I Don't see anything wrong here, it failed a test case | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I Don't see anything wrong here, it failed a test case

yards =int(input()) if yards in range(1,11): print("Ra!"* yards) elif yards >10: print("high five") else: print("shh")

27th Mar 2020, 10:12 AM
Justus
Justus - avatar
2 Answers
+ 8
You didn't copy one of the output strings properly. It should be 'High Five'. I recommend just copypasting them to avoid that sort of mistake.
27th Mar 2020, 10:15 AM
HonFu
HonFu - avatar
+ 2
Thanks
27th Mar 2020, 10:24 AM
Justus
Justus - avatar