diff --git a/labs02/task09.py b/labs02/task09.py index 9045054..8ffb44c 100644 --- a/labs02/task09.py +++ b/labs02/task09.py @@ -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):