help! cheer creator community challenge: test code 3 failed | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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!')

1st Mar 2021, 3:25 PM
cal
1 Answer
+ 6
It's 'High Five' not 'Hi Five'
1st Mar 2021, 3:54 PM
Simba
Simba - avatar