Keddi DevOps óra munkája (2024. 11. 19.)
This commit is contained in:
parent
1f1f49854a
commit
956042180e
BIN
Suli/13.b/DevOps/2024. 11. 19/Feladat.docx
Normal file
BIN
Suli/13.b/DevOps/2024. 11. 19/Feladat.docx
Normal file
Binary file not shown.
9
Suli/13.b/DevOps/2024. 11. 19/betuk.py
Normal file
9
Suli/13.b/DevOps/2024. 11. 19/betuk.py
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
szo = "megszentségteleníthetetlenségeskedéseitekért"
|
||||||
|
betuk = {}
|
||||||
|
|
||||||
|
for i in szo:
|
||||||
|
if (i not in list(betuk.keys())):
|
||||||
|
betuk[i] = 0
|
||||||
|
betuk[i] += 1
|
||||||
|
|
||||||
|
print(betuk)
|
Loading…
Reference in New Issue
Block a user