If, elif, else
If we want to do some action only after verifying a certain condition, we will use the " if(): " command.
But, if the condition is not true, what do we do? " else: " command.
But, if the condition is not true, and we want to check another condition, what do we do? " elif(): " command.
The possible logical conditions: