fork download
  1. n=6
  2. for n in range(n,0,-2):
  3. print(n)
Success #stdin #stdout 0.02s 8984KB
stdin
Standard input is empty
stdout
6
4
2