0
How do i Fix this
How do i Fix this https://code.sololearn.com/c5EN8qRmTTjA/?ref=app
3 odpowiedzi
+ 1
it works now. thank you for helping
0
Dico
input () returns String value so if you want integer value then just do this because you cannot compare int with string value like that.
x = int(input())
0
thanks for all replies. it works now