for i in range(1,6) if i%3==0 break else print(i,end =",")
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!