fork download
  1. # your code goes here
  2. for j in range(9):
  3. if j%3==0:
  4. print(j)
Success #stdin #stdout 0.11s 14156KB
stdin
Standard input is empty
stdout
0
3
6