0
What's wrong with this code??
3 odpowiedzi
0
add equal sign since even 10 is included
elif int(yards) >=1 and int(yards)<=10:
+ 1
There is no condition for
value equal 10
You have <10 and >10
So 10 it self is not valid
Is this your issue?
0
Thanks