1
0
forked from tdwojak/Python2017

commited tasks

This commit is contained in:
s45150 2017-11-26 22:35:41 +01:00
parent 4816a4408f
commit 06b4cc2eff

View File

@ -9,10 +9,7 @@ Np. leet('leet') powinno zwrócić '1337'.
def leet_speak(text):
text_tmp = str(text)
text_tmp = text_tmp.replace('[', '')
text_tmp = text_tmp.replace(']', '')
text_tmp = text_tmp.replace("'", '')
text_tmp = text
lista_temp = ""
for i in text_tmp:
if i =='e':