fork download
  1. # your code goes here
  2.  
  3. str=input("Enter your input: ");
  4. print"Received input is : ", str
Runtime error #stdin #stdout #stderr 0.02s 6776KB
stdin
Standard input is empty
stdout
Enter your input: 
stderr
Traceback (most recent call last):
  File "prog.py", line 3, in <module>
EOFError: EOF when reading a line