<p>dict_phone = {}<br/>lst = []<br/>lst.append('Type:')<br/>lst.append('Name:')<br/>lst.append('Manufacturer:')<br/>lst.append('Year of Manufacture:')<br/>lst.append('Place of Manufacture:')<br/>lst.append('Price:')<br/>lst.append('Success:')</p><p><br/>def takeRecords(fName):<br/> dict_phone = {}<br/> file = open(fName,'r')<br/> for line in file:<br/> lst = [x.strip() for x inline.rstrip().split(",")]<br/> dict_phone[lst[0]] =