jeudi 20 juin 2019

Does the if, elif, or else alone represent a conditional instruction?

Does the "if", "elif" or "else" keywords alone represent a conditional instruction?Or an if-elif-else block does represent a conditional instruction?

if var:
    # code
else:
    # code

The if alone is a conditional instruction, and else another one? Or the both blocks together represent a conditional instruction?

Aucun commentaire:

Enregistrer un commentaire