Feladatok 3

This commit is contained in:
2021-11-26 10:13:26 +01:00
parent f989207478
commit b234874262
7 changed files with 105 additions and 0 deletions

4
honapok/honapok.py Normal file
View File

@@ -0,0 +1,4 @@
honapok = ["januar", "februar", "marcius", "aprilis", "majus", "junius", "julius", "augusztus", "szeptember", "oktober","november", "december"]
for i in range(12):
print("Az ev", i+1,"honapja:",honapok[i])