Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python code compilation error #35

Open
cSubhradipta opened this issue May 20, 2023 · 1 comment
Open

Python code compilation error #35

cSubhradipta opened this issue May 20, 2023 · 1 comment

Comments

@cSubhradipta
Copy link

Encountering error during compilation of code with more than one input. Here is the code:
a = input()
b = input()
print(a, b)

And here is the compilation message:

Traceback (most recent call last):
File "/app/codes/63db007e-7ed3-473e-abe9-d5a0e2c95fa8.py", line 2, in
b = input()
EOFError: EOF when reading a line

@oybekrustamov
Copy link

Hi. You have to send each Input data from a new line.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants