Question: Write a Python function called calculateAverage that is passed three scores, i.e., scoreOne, scoreTwo and scoreThree, and returns the average of three values of scores.

Write a Python function called calculateAverage that is passed three scores, i.e., scoreOne, scoreTwo and scoreThree, and returns the average of three values of scores. The three scores and the average should be decimal numbers. For full credits, provide ONLY the function definition
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
