python-basics-exercises
python-basics-exercises copied to clipboard
Translation to portuguese
Hello, I'm interested in translating some exercises to portuguese. A lot of people here in Brazil are interested in practicing with these exercises, so this could make it more accessible for those people.
Thanks
from deep_translator import PonsTranslator word = 'good' translated_word = PonsTranslator(source='english', target='french').translate(word, return_all=False)