Question: write this with python. thanks! cue Submit t r st Console Shell Markdown Preview of README.md step1: takes 12 values from the users as their
cue Submit t r st Console Shell Markdown Preview of README.md 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. (Hint: use set() function and pass total_utility to it.) ue RA A +
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
