1
0
Fork 0

zrobione zad 9

This commit is contained in:
Justyna Adamczyk 2018-05-31 17:59:29 +00:00
parent e02cffd230
commit 655c576a5a
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ Np. leet('leet') powinno zwrócić '1337'.
def leet_speak(text):
pass
return tekst.replace('o', '0').replace('l', '1').replace('e', '3').replace('t', '7')
def tests(f):