i = 1 while True: print("perulangan ke-", i) i += 1 if i > 5: break
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!