forked from tdwojak/Python2017
z1, z2, z3, z4, z5, z6, z7, z8, z9
This commit is contained in:
parent
e6e3ee8e35
commit
181d55ab25
@ -9,7 +9,12 @@ Np. leet('leet') powinno zwrócić '1337'.
|
||||
|
||||
|
||||
def leet_speak(text):
|
||||
pass
|
||||
text1=text
|
||||
text1=text1.replace("e","3")
|
||||
text1=text1.replace("l","1")
|
||||
text1=text1.replace("o","0")
|
||||
text1=text1.replace("t","7")
|
||||
return text1
|
||||
|
||||
|
||||
def tests(f):
|
||||
|
Loading…
Reference in New Issue
Block a user