Analysis/ cal Thinking answertes 16-18 tot Lane A t e Auto Insurance amount 8')) a terace Payment auto ance) M - -- pe r tal auto loan coat,..2020) pt (ACTO D ANCE , tot al auto insurance cost print 3'. formatinal gas. .. ) partAL COSTS) printr- paint (ATO LON: 3. tomat al auto loan cost 12). ",26')) pant'ATO INSURANCE Formattinal auto insurance cost 12). at 12). ...28')) " print('G ', format t inal gas.12). ...26 ) der Auto Loan Paymental) loan interest - INTEREST RATE loan amount aleloan interest return loan amount der Auto_Insurance_Payment (ai): norancea return nurance def Gas (9): return ga main() 14.(2 pts) What type of variable is INTEREST RATE? 15.(2 pts) How many arguments are being passed into each respective function within this program? 16.(2pts) How many values are being returned back to the called functions within this program? 17.(2pts) Is the value stored in INTEREST RATE ever modified? 18.(2pts) What type of numeric values are being stored and returned throughout this program? Analysis/Critical Thinking Please review the following Python program and answer questions 14-18: INTEREST_RATE=0.03 def main() auto loan - Elont (input('Inter Auto Loan amount: $')) final_auto_loan cost Auto Loan Payment (auto loan) auto insurance float (InputEnter Auto Insurance amount: $')) Final auto insurance coatAuto Insurance Payment (auto insurance) gastroat (nput(Enter gas amount: $')) final gas-Gas (gas) print("MONENLY COSTS") Print print("AUTO LOAN: $, format (final auto loan cost, ',.28')) print("AUTO INSURANCE: $', format Final auto insurance cost, ', .28')) print('GAS: $. format (tinal gas, .28')) print("ANONCIAL COSTS) print(------ ------ print("AUTO LOAN: 3 format (Final auto loan cost 12), ', .28')) print("AUTO INSURANCE: $. format final auto insurance cost12), ,.21')) print('GAS: $', format ((tinal gas*12), ', .2')) def Auto Loan Payment (al): loan interest - al INTEREST RATE loan amount al loan interest return loan amount det Auto Insurance Payment (ai): insurance a return insurance def Gas (g): return ga main 14.(2pts) What type of variable is INTEREST RATE? 15.(2 pts) How many arguments are being passed into each respective function within this program? 16.(2pts) How many values are being returned back to the called functions within this program? 17.(2pts) is the value stored in INTEREST RATE ever modified? 18.(2pts) What type of numeric values are being stored and returned throughout this program