Cheer creator (Solved) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Cheer creator (Solved)

Why program does not pass test #3? yards = int(input()) if yards > 10: print("High five") elif yards >= 1: print("Ra!" * yards) else: print("shh")

11th Nov 2020, 12:02 PM
Тирон Максим
Тирон Максим - avatar
1 Answer
+ 4
There is a typo in your solution, you should review what you are supposed to print.
11th Nov 2020, 12:17 PM
Shadow
Shadow - avatar