fork download
  1. while True:
  2. data = raw_input('Enter name : ')
  3. print 'Hello ', data
Runtime error #stdin #stdout #stderr 0s 23304KB
stdin
Standard input is empty
stdout
Enter name : 
stderr
Traceback (most recent call last):
  File "prog.py", line 2, in <module>
EOFError: EOF when reading a line