Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Minimum, Maximum, and Median

We’re going to be learning to calculate various statistical data on small data sets. We’ll start by doing this manually, but we’ll also be coding portions to utilize Python to do those calculations for us. Click the “Launch Workspace” button to open the Python workspace we’ll use for this course. Inside, you’ll find a file named basic_math.py. Type or copy/paste the code into the file and save ...