+ 1
This was was supposed to give the output that the given number is which type of integer.
The same code copied on pycharm is working absolutely fine but not here https://code.sololearn.com/cPsquRVM371O/?ref=app
4 Respostas
+ 5
You should enter all Input at once(in sololearn)..
3
-1
0
4
Like this..
+ 3
copy paste this as inputs
3
5
-5
0
+ 1
Thanks now it works fine
+ 1
Give up inputs here!
Instead use x = "3,-1,0,4"
and then my_list=x.split(",")
less headache more smile