# Perulangan WHILE x = 1 while x <= 5: print("WHILE - Angka ke-", x) x += 1
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!