Question
============================================================================= # Q7 You have # been given an example of the power usage file. Please read this file # to get the average power
============================================================================= # Q7 You have # been given an example of the "power usage" file. Please read this file # to get the average power requirement for a furnace run in "watts". # # Make a function to take in a files path, then return the average watts # # HINT: the file path is given, but you will need to figure out how to # read in a .txt file. You will then need to parse this file to get the # average watts required for a run. # ============================================================================= # function name: extract_power_usage '''your function here'''
this is in python
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started