Hi. I'm new to python, and also have a poor english so...excuse me!:icon_question:
Ok, I want to generate a dictionary like this one:
di={'word1':['tra1','A brief definition.'],'word2':['tra2','Another definition.']}
from a txt file containing the word, its translation (tra#) and a definition of the word:
word1 trad1 'A brief definition.'
word2 trad2 'Another definition.'
Really pleased if you can help me suggesting another structure for the dictionary, or using other format for the txt or any kind of help :)