def print_hei(): print("Hei") a = 5 i = 0 while a < 10: print_hei() a+=1 print("FOR LØKKE") for i in range(5): print_hei()