Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Given a list of beak lengths in cm: beak_lengths_cm = [1.50, 1.25, 2.30, 2.35, 1.65, 2.30, 2.10, 1.65, 2.70] a) write a function to
Given a list of beak lengths in cm: beak_lengths_cm = [1.50, 1.25, 2.30, 2.35, 1.65, 2.30, 2.10, 1.65, 2.70] a) write a function to calculate and return the list's average. b) write a function that takes this list as input and calculates and returns a new list of beak lengths in inches (1 inch = cm * 2.54).
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Here is a Python code that implements the two functions as described python def calculateav...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
Document Format ( 2 attachments)
663e0016b0e4b_960623.pdf
180 KBs PDF File
663e0016b0e4b_960623.docx
120 KBs Word File
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started