
Shao X. answered 02/10/23
Tutor
4.9
(34)
Software Engineer at Amazon
def average_of_three(a, b, c): return (a + b + c) / 3
Bryce H.
asked 02/09/23Write a function that takes three arguments (numerical) and returns the average of the numbers entered.
Shao X. answered 02/10/23
Software Engineer at Amazon
def average_of_three(a, b, c): return (a + b + c) / 3
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.