# Wpisz swój kod Python tutaj def funkcja(n): for i in range(n): print(f"Krok numer {i+1}") funkcja(3)
Ładowanie silnika...
Inicjalizacja systemu...