Challenge | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

27th May 2021, 8:08 AM
Aya Yusuf Alajab
3 Answers
+ 7
It's High Five. F should be uppercase in `High Five`
27th May 2021, 9:30 AM
Simba
Simba - avatar
+ 2
Oh! , that's right I didn't notice it, thanks:)
27th May 2021, 9:33 AM
Aya Yusuf Alajab
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))
27th May 2021, 9:27 AM
Aya Yusuf Alajab