fork download
  1. a=[1,4,5]
  2. a.insert(2,7)
  3. print(a[2]*a[1])
Success #stdin #stdout 0.12s 14144KB
stdin
Standard input is empty
stdout
28