def printHei(): print("Hei") i = 0 while i < 5: printHei() i += 1 for indeks in range(0, 4): printHei()