jiaulislam
adding pre-commit hooks for the repository
cb15d3a
raw
history blame contribute delete
145 Bytes
from deep_translator import PonsTranslator
res = PonsTranslator(source="en", target="de").translate(
"good", return_all=False
)
print(res)