fork download
  1. for i in range(2, 21, 2):
  2. print(i)
Success #stdin #stdout 0.12s 14136KB
stdin
Standard input is empty
stdout
2
4
6
8
10
12
14
16
18
20