def print_hei(): print("Hei!") # while teller = 0 while teller < 5: print_hei() teller += 1 # for for i in range(5): print_hei()