+ 1
Need help with the Cheer Creator - python
Hey, case 5 is always not working. This ist my Code. Can you Help me to find the mistake? yards=int(input()) if yards>10: print ('High Five') elif yards==0: print ('shh') else: print('Ra!'* int(yards))
3 Antworten
+ 5
Laura your second condition is wrong please carefully read the task in second condition when 'shh' is print (yards<1)
+ 2
you haven't written the case of less than 10 i guess
+ 1
Thank you!