realpython/python-basics-exercises

Translation to portuguese

jonathansutton1 opened this issue · 1 comments

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)

output: bien