+ 1

Can someone please help me solve this problem?

https://code.sololearn.com/cxHnI2oPjqJG/?ref=app

4th Jul 2020, 6:51 AM
Afnan
Afnan - avatar
4 Réponses
+ 3
yards=int(input())
4th Jul 2020, 7:30 AM
Julia Shabanova
Julia Shabanova - avatar
+ 2
yards=int(input("Enter a number: ")) print(yards) if yards > 10: print ("High Five") elif yards <= 10: print ("Ra!"*yards) else: print ("shh")
4th Jul 2020, 8:13 AM
JaScript
JaScript - avatar
0
I have done it
4th Jul 2020, 6:55 AM
Afnan
Afnan - avatar
0
Only to understand, what do else? Is it for checking negative numbers?
4th Jul 2020, 12:46 PM
yyy