# your code goes herefor j in range(9): if j%3==0: print(j)
Standard input is empty
0 3 6
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!