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 Resposta
+ 2
You did not do some thing for 10 you have to do either yards = or =< or =>