fork download
  1. nums = [2,4,6,8]
  2. print (nums[:3])
Success #stdin #stdout 0.07s 14148KB
stdin
Standard input is empty
stdout
[2, 4, 6]