fork download
  1. temps = list(range(40,35,-1))
  2. print(temps)
Success #stdin #stdout 0.02s 9024KB
stdin
Standard input is empty
stdout
[40, 39, 38, 37, 36]