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