nidhal baccouri
sorted imports
7a05cd7
raw
history blame
140 Bytes
from deep_translator import PonsTranslator
res = PonsTranslator(source='en', target='de').translate('good', return_all=False)
print(res)