I = 1 while (I < 10): print(I) I = I + 1 print("A jinak:") for I in range(1,10): print(I) print("Konec")