This commit is contained in:
2026-03-17 12:19:16 +01:00
parent bfe101a7ad
commit e77824cd83
3 changed files with 36 additions and 0 deletions

5
dzien_01/d_01.py Normal file
View File

@@ -0,0 +1,5 @@
print("HEJ hello")
imie = "Adasiek"
print("siemka,", imie)
#f-string
print(f"siemka, {imie}")