mercredi 12 juin 2019

What is doing this code and how ot create test scenarios for it?

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