# Perulangan FORfor i in range(1, 6): print("FOR - Angka ke-", i)
Standard input is empty
('FOR - Angka ke-', 1) ('FOR - Angka ke-', 2) ('FOR - Angka ke-', 3) ('FOR - Angka ke-', 4) ('FOR - Angka ke-', 5)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!