From 465475b33b000fae2ea2683f4f4638672ce77fa0 Mon Sep 17 00:00:00 2001 From: Adam Jurkiewicz Pythonista Local Date: Thu, 18 Dec 2025 11:24:04 +0100 Subject: [PATCH] a --- dzien_04/importy/plik_funkcji.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/dzien_04/importy/plik_funkcji.py b/dzien_04/importy/plik_funkcji.py index 5bb48db..cb89001 100644 --- a/dzien_04/importy/plik_funkcji.py +++ b/dzien_04/importy/plik_funkcji.py @@ -1 +1,12 @@ -# funkcje, które będą użyte w programie \ No newline at end of file +# funkcje, które będą użyte w programie + +def funkcja(parametr: str) -> str: + """ + Docstring for funkcja - przywitanie + + :param parametr: Tu podaj swoje imię + :type parametr: str + :return: A ja się ładnie przywitam + :rtype: str + """ + \ No newline at end of file