Can anyone explain what's the output and why
if a < b: if a < c: print('a') else: print('c') else: if a < c: print('b') else: print('c')
Aucun commentaire:
Enregistrer un commentaire