File size: 140 Bytes
8850921
 
 
cd83034
8850921
cd83034
1
2
3
4
5
6
7

from deep_translator import PonsTranslator

res = PonsTranslator(source='en', target='de').translate('good', return_all=False)

print(res)