judge0 / ide

✨ Simple, free and open-source online code editor.
https://ide.judge0.com
MIT License
818 stars 256 forks source link

Unable to run input() in Python #58

Closed adithraghavs closed 3 years ago

adithraghavs commented 3 years ago

I'm unable to run the input() function in Python here. This is my code:

x = input('What is your name? ')
print(x)
hermanzdosilovic commented 3 years ago

Hey @adithraghavs,

I was able to run your code.

image

Is there anything that I am missing here?

chandansgowda commented 3 years ago

@hermanzdosilovic Is there any way to run code in interactive mode? Like I want the program to take input while running. Is that possible?

hermanzdosilovic commented 3 years ago

@chandansgowda unfortunately no that is not possible. Follow https://github.com/judge0/judge0/issues/273 for the updates on that matter.