Cheer creator (Solved) | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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