hm
This commit is contained in:
parent
a602f93bd3
commit
99968b31e0
@ -12,7 +12,7 @@ alph_num_dict = {
|
|||||||
's': '7',
|
's': '7',
|
||||||
'u': '8', 'w': '9', 'v': '8',
|
'u': '8', 'w': '9', 'v': '8',
|
||||||
'w': '9', 'x': '9', 'y': '9',
|
'w': '9', 'x': '9', 'y': '9',
|
||||||
'z': '9', ' ': ' '
|
'z': '9', ' ': ' ', '\n': ''
|
||||||
}
|
}
|
||||||
|
|
||||||
def translate(text):
|
def translate(text):
|
||||||
|
Loading…
Reference in New Issue
Block a user