nidhal baccouri
sorted imports
7a05cd7
raw
history blame
150 Bytes
from deep_translator import MyMemoryTranslator
res = MyMemoryTranslator(source='ar', target='en').translate('آخُذ اَلْباص.')
print(res)