From 5f51b2a0e6a1ed095953ea10870b0dcb62aab2c9 Mon Sep 17 00:00:00 2001 From: Adam Jurkiewicz Pythonista Local Date: Thu, 18 Dec 2025 18:25:30 +0100 Subject: [PATCH] a --- dzien_04/moja_fn.py | 2 +- dzien_05/Readme.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dzien_04/moja_fn.py b/dzien_04/moja_fn.py index 0007a08..895f88b 100644 --- a/dzien_04/moja_fn.py +++ b/dzien_04/moja_fn.py @@ -5,7 +5,7 @@ def brutto(netto: float, vat: int) -> float: - + print('cosik') if not isinstance(netto, (float, int)): return None if not isinstance(vat, (int)): diff --git a/dzien_05/Readme.md b/dzien_05/Readme.md index e315321..4c206b3 100644 --- a/dzien_05/Readme.md +++ b/dzien_05/Readme.md @@ -1,6 +1,5 @@ plan: - klasy cd.... -- pliki i operacje... rozpoznawanie po nagłówkach +-PySimpleGUI (stara wersja ~4) - https://freesimplegui.readthedocs.io/en/latest/ - pyInstaller -- PySimpleGUI (stara wersja ~4) - openCV \ No newline at end of file