+ 1
help! cheer creator community challenge: test code 3 failed
#could someone please help me verify what's wrong with my code? thanks :) yards = int(input()) if yards > 10: print ('Hi Five') elif yards < 1: print ('shh') else: print (yards * 'Ra!')
1 Odpowiedź
+ 6
It's 'High Five' not 'Hi Five'