+ 1
can't put multiple input
i did come come that require input numbers but i cant press 'enter' when i tried to put 2 or more input. is it a problem with my code when it says 'EOFError: EOF when reading a line'? or is it a problem with my keyboard? but my keyboard is working perfectly at the moment. Please help me.
5 Respostas
+ 3
show your code please
+ 3
We need more information.
https://www.sololearn.com/discuss/333866/?ref=app
https://code.sololearn.com/W3uiji9X28C1/?ref=app
+ 3
Try giving seperate inputs in separate lines and then press the submit option before you run the code
+ 2
Hmm....I know which problem you are facing
It is in python right
About input in python
Unfortunately the sololearn python playground doesn't support multiple inputs
But in other python editor, compiler, multiple inputs can be given 😉
If you want a app for mobile that supports multiple input then search pydroid in play store
If having any additional questions ask me
Happy Coding!
0
I'm having this issue in playground python where if I have a code that requires multiple inputs, I am not able to put that in the field after I click 'run'. It says for multiple inputs to put them in seperate lines but its not allowing me to press 'enter' or anything else to put 2 different information in.