fork download
  1. a='12345'
  2. print(a[1])
  3.  
Success #stdin #stdout 0.07s 14144KB
stdin
Standard input is empty
stdout
2