Question: thanks guys python please Upgrade Submit + Console Shell Markdown Preview of README.md write a program that step1: takes 12 values from the users as
Upgrade Submit + Console Shell Markdown Preview of README.md write a program that step1: takes 12 values from the users as their past 12 months electricity bills. Add these values to a list called Electricity_bill . (Hint: do not use loops... becasue your groupmates might not know how to use loops). do the same thing for the past 12 months of gas/water bills and call the list GasWater_bill. Step 2: calcualte the total utility of the past 12 months. (Hint: assign the total utility values to a new list and call it total_utility). Then, calculate the average utility per month. Step 3: Find and print the maximum and minimum amount for the electricity bill Step 4: find and print the months in which electricity bills were minimum and maximum. Step 5: using one line of code, find the unique values of total_utility list and print the unique values. 3 w RA A 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
