fork download
  1. # your code goes here
  2. arr = [1, 2, 3]
  3. print arr[-1]
Success #stdin #stdout 0.01s 9024KB
stdin
Standard input is empty
stdout
3