Skip to content

Python code compilation error #35

@cSubhradipta

Description

@cSubhradipta

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions