0
Cheer creator
What seems to be wrong with my code? Iâm doing the cheer creator challenge and itâs rejecting on a test I canât see. yards = int(input()) if yards < 1: print("shh") elif yards > 0 and yards < 10: for x in range(yards): print("Ra!") elif yards > 10: print("High Five")
1 Answer
+ 2
You did not do some thing for 10 you have to do either yards = or =< or =>