=
updated examples
cd83034
raw
history blame
141 Bytes
from deep_translator import PonsTranslator
res = PonsTranslator(source='en', target='de').translate('good', return_all=False)
print(res)