fork download
  1. for i in range(10):
  2.  
  3. print(i*7)
Success #stdin #stdout 0.11s 10104KB
stdin
Standard input is empty
stdout
0
7
14
21
28
35
42
49
56
63