0
Help with cheer creator exercise
I dont complete the exercise plis cheek https://www.sololearn.com/coach/20?ref=app
4 Antworten
+ 4
Diego Rangel
We need a code from code playground. In code coach everyone can only see his own code.
+ 2
Ready thank youuuuuu
+ 1
Cheer creator exercise help
I dont complete the exercise plis cheek
yards = int(input())
if yards >10:
print("high five")
elif yards <1:
print ("shh")
else:
print("Ra!" * yards )
0
If your code does not work in Code Coach, try copying it to Code Playground, so that you can test it with your own inputs. For example, if the input is between 1 and 10, does your program print Ra! the correct number of times?