samedi 12 juin 2021

Can elif used aftre else in python? [closed]

Use the elif condition is used to include multiple conditional expressions after the if condition or between the if and else conditions. The elif block is executed if the specified condition evaluates to True . In the above example, the elif conditions are applied after the if condition

Aucun commentaire:

Enregistrer un commentaire