fork download
  1. str1="helloworld"
  2. str[::1]
Runtime error #stdin #stdout #stderr 0.01s 23336KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 2, in <module>
TypeError: 'type' object has no attribute '__getitem__'