What's wrong with my code cause the 3rd test is not passed.It is a challenge in community option name is cheer creator. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What's wrong with my code cause the 3rd test is not passed.It is a challenge in community option name is cheer creator.

x=int(input()) if x>10: print("high five") elif x<1: print("shh") else: print("Ra!"*x)

27th Oct 2021, 3:32 PM
Vaibhav Tiwari
2 Answers
+ 1
Use "High Five" instead of "high five". Its a case sensitive language or issue there
27th Oct 2021, 3:50 PM
Jayakrishna 🇮🇳
+ 2
Thanks I just missed it
27th Oct 2021, 4:01 PM
Vaibhav Tiwari