fever = input(str('do you have a fever y/n? '))
asks for fever
if fever.lower() in ('yes','y'):
level = int(input('what is your fever at '))
if level >= 99:
print:('go to the doctors')
else:
print('no fever')
else:
print('you are fine')
Aucun commentaire:
Enregistrer un commentaire