File size: 139 Bytes
8850921
 
283a7d3
8850921
cd83034
1
2
3
4
5
6
from deep_translator import PonsTranslator

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

print(res)