hm
This commit is contained in:
parent
a2cd6c4fef
commit
a602f93bd3
@ -17,7 +17,7 @@ alph_num_dict = {
|
|||||||
|
|
||||||
def translate(text):
|
def translate(text):
|
||||||
response = ""
|
response = ""
|
||||||
for i in text.lower():
|
for i in text.lower()[::-1]:
|
||||||
response += alph_num_dict[i]
|
response += alph_num_dict[i]
|
||||||
return response
|
return response
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user