This commit is contained in:
2025-12-18 11:29:39 +01:00
parent 465475b33b
commit 0c7e117306
2 changed files with 11 additions and 2 deletions

View File

@@ -9,4 +9,7 @@ def funkcja(parametr: str) -> str:
:return: A ja się ładnie przywitam
:rtype: str
"""
powitanie = f"Witam cię {parametr.capitalize()} serdecznie"
return powitanie
print(funkcja("adam"))