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!