fork download
  1. s = 'abc'
  2. s[1] = 'x'
  3.  
Runtime error #stdin #stdout #stderr 0.12s 23680KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 2, in <module>
TypeError: 'str' object does not support item assignment