with?open('dict_2data.txt',?'r')?as?df:
for?kv?in?[d.strip().split('?')?for?d?in?df]:
dict_data[kv[0]]?=?kv[1]
print?dict_data