Driving costs Driving is expensive. Write a program with a car's miles/gallon and gas dollars/gallon (both floats) as input, and output the gas cost for 20 miles, 75 miles, and 500 miles Output each floating-point value with two digits after the decimal point, which can be achieved as follows: print('{:.2£} {:.2f) {:.2E)'.format(your_valuel, your_value2, your_value3)) Ex: If the input is 20.0 3.1599 Then the output is: 3.16 11.85 79.00 Note: Real per-mile cost would also include maintenance and depreciation LAB ACTIVITY 2.13.1: LAB: Driving costs 0/10 main.py Load default template Note: Real per-mile cost would also include maintenance and depreciation LAB ACTIVITY 2.13.1: LAB: Driving costs 0/10 main.py Load default template... 1 def_driving.costdriven_miles_per_golion dollars per gallon) 2 return driven_miles/miles per gallon dollars..per gallon milesPerGallonfloat(input) 5 dollarsPerGallon-float(input) 6 print('{: 24H: 26:26). format Cdriving.costC20, milesPerGallon, dollarsPergolion), driving.cost(75,milesPerGallon dollarsPerGo 3 4