fork download
  1. a=[5,6,7]
  2. a[1]=10
  3. print(a[1])
Success #stdin #stdout 0.12s 14192KB
stdin
Standard input is empty
stdout
10