0
Why does eh = int(input()) not work in all IDEs?
So I have this little line of code, eh = int(input()) {inputting an integer and assigning it to a variable}. Why does it work in some IDEs(including Solo learn) but return an error in others?
1 Respuesta
+ 1
Which ide?
eh = int( input() )
It's a valid proper statement in python.
If returns error means ide issue. Check ide installation and instructions guide.