+ 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)
2 Antworten
+ 1
Use "High Five" instead of "high five".
Its a case sensitive language or issue there
+ 2
Thanks I just missed it