fork download
  1. # your code goes here
  2.  
  3. def f1(str):
  4. print str
  5.  
  6. s1=input("enter string")
  7.  
  8. f1(s1)
  9.  
Runtime error #stdin #stdout #stderr 0s 23288KB
stdin
Standard input is empty
stdout
enter string
stderr
Traceback (most recent call last):
  File "prog.py", line 6, in <module>
EOFError: EOF when reading a line