Compute total interest accrued for all of the following note…

Compute total interest accrued for all of the following notes payable owed by Peters Plumbing Company, as of December 31, 2018 (use a 365-day year). Lender Loan Date Principal Interest Rate # of Days outstanding as of 12/31/2018 First Southern Bank 10/30/2018  $           100,000 4.65% 61 Bank Independent 11/30/2018  $           200,000 4.45% 31 Listerhill Credit Union 12/15/2018  $             50,000 4.50% 16

Given two lists of identical length, write code (not in a fu…

Given two lists of identical length, write code (not in a function) to create a dictionary C that maps elements of A (the keys) to elements of B (the values).  E.g., C[60] = 1296 for these sample lists: A = [60 71 91 56 50 82 85 54 91 61] B = [1296 1374 1449 1189 1260 1266 1453 1396 1486 1246]