tupleBulan = ('Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni') for month in tupleBulan: print (month)