How do i Fix this | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
1st May 2021, 6:14 PM
Dico
3 Antworten
+ 1
it works now. thank you for helping
1st May 2021, 6:21 PM
Dico
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())
1st May 2021, 6:17 PM
A͢J
A͢J - avatar
0
thanks for all replies. it works now
1st May 2021, 6:24 PM
Dico