14.3k views
3 votes
Define a function mean(a, b, c) that returns the mean of three numbers

Hint: divide by 3.0 to get a float (decimal).

1 Answer

4 votes

I provided my code in the picture below. I hope this helps.

Define a function mean(a, b, c) that returns the mean of three numbers Hint: divide-example-1
User MayNotBe
by
4.0k points