i = 1while i <= 5: print("perulangan ke-", i) i += 1
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!