Fejezet 6
This commit is contained in:
7
fejezet 6/f2/f2.py
Normal file
7
fejezet 6/f2/f2.py
Normal file
@@ -0,0 +1,7 @@
|
||||
szam = int(input())
|
||||
napok = ["Hétfő", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat", "Vasárnap"]
|
||||
|
||||
def napszam(szam):
|
||||
return napok[szam]
|
||||
|
||||
print(napszam(szam))
|
||||
Reference in New Issue
Block a user