- 2
Why Sololearn Python code can't activate more than one input?
Than, EOFERROR is occured. For example:i = int(input()) t = int(input()) print(i + t) If you run this code, eoferror is occured. https://code.sololearn.com/cuaw2FkIy622/?ref=app
5 Answers
+ 7
Read the text in the pop-up window:
"Split multiple inputs into separate lines".
+ 6
đĂoonsu Ķimđ ,
just 1 comment about the code:
- we don't need to import math module, since the code is not using any function from it
+ 5
There is nothing to fix, it works.
Provide the input as explained in the text of the pop-up window
+ 1
đĂoonsu Ķimđ
Error because of no input from your side.. no need any fixes...
Run this and see how sololearn input works.. this explains how solo learn input console works...
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
- 3
Than please fix my code.