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