This commit is contained in:
2025-12-18 11:22:29 +01:00
parent ac94b398ba
commit 61eb693e2d
3 changed files with 3 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ for _ in range(60):
tabela.append(wiersz)
print(tabela)
with open("dane_aj.csv", "w", newline="") as plik_csv:
with open("dane_aj.csv", "w", newline="", encoding="UTF-8") as plik_csv:
dane_writer = csv.writer(plik_csv, delimiter=",", \
quotechar='"', quoting=csv.QUOTE_NONNUMERIC)
dane_writer.writerows(tabela)

View File

@@ -0,0 +1 @@
# funkcje, które będą użyte w programie

View File

@@ -0,0 +1 @@
# program, który użyje funkcji z plik_funkcji