0
Challenge
Check this out for me, I don't know what is wrong with this code, it should work on the 5 tests but one of them is wrong can anyone help? https://www.sololearn.com/coach/20?ref=app
3 Answers
+ 7
It's High Five.
F should be uppercase in `High Five`
+ 2
Oh! , that's right I didn't notice it, thanks:)
0
Here it is:
yards = int(input())
if yards>10 :
print("High five")
if yards<1 :
print("shh")
if yards<=10 :
print("Ra!"*int(yards))