Jaagrav / CodeX-API

The new version of CodeX API with it's backend, a lot of you wanted me to make the backend opensource, now it's ready to receive contributions from you. Thanks for being patient, more languages coming soon, happy hacking!

Home Page:https://codex.jaagrav.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python code compilation error

cSubhradipta opened this issue · comments

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

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