Keddi DevOps óra munkája (2024. 11. 19.)

This commit is contained in:
Tóth Ádám 2024-11-21 10:46:55 +01:00
parent 1f1f49854a
commit 956042180e
3 changed files with 9 additions and 0 deletions

Binary file not shown.

View 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)