fork(4) download
  1. a = input("\nUSER WORD ")
  2. b = a[:]
  3.  
  4. print (b[-len:0])
  5. input("\n\nPress the enter key to exit.")
Runtime error #stdin #stdout #stderr 0.02s 9984KB
stdin
Standard input is empty
stdout
USER WORD 
stderr
Traceback (most recent call last):
  File "./prog.py", line 1, in <module>
EOFError: EOF when reading a line