forked from tdwojak/Python2017
task09 fixed
This commit is contained in:
parent
f499b8eccd
commit
6f36635a56
@ -14,7 +14,7 @@ def leet_speak(text):
|
|||||||
|
|
||||||
for znak in text:
|
for znak in text:
|
||||||
if znak in slownik:
|
if znak in slownik:
|
||||||
dekod += slownik[znak]
|
dekod += str(slownik[znak])
|
||||||
else:
|
else:
|
||||||
dekod += znak
|
dekod += znak
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user