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