fork download
  1. a=[1,4,5]
  2. a.append(2)
  3. print(a[2]*a[1])
Success #stdin #stdout 0.09s 14104KB
stdin
Standard input is empty
stdout
20