fork download
  1. # your code goes here
  2.  
  3.  
  4. print([1,2,3][::-1])
Success #stdin #stdout 0.02s 9128KB
stdin
Standard input is empty
stdout
[3, 2, 1]