Zaktualizuj 'labs02/task09.py'

This commit is contained in:
Miłosz Maliszewski 2018-06-13 17:38:46 +00:00
parent cc509761d9
commit af30735b0d

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