+ 1
Why is there this error?
4 Respuestas
+ 5
You can also only change input to int(input()) and delete x = i.lower() and change str(x) to i.
+ 3
Sorry, I'm pretty new to Python and coding in general.. what string to I need to make an integer?
+ 2
first line 5
should be x=i.lower()
than in if and elif statements
int(x) % 2 == 0
+ 1
What do I need to change then?