fork download
  1. a=[1,2,3,4,5]
  2. print(a[0]+a[4])
Success #stdin #stdout 0.09s 14124KB
stdin
Standard input is empty
stdout
6