fork download
  1. # your code goes here
  2. a=[3,2,1]
  3. print("a[1]")
Success #stdin #stdout 0.07s 14044KB
stdin
Standard input is empty
stdout
a[1]