Olympic Swimming Results Checker

Program Features - ALT 2 Report

Program Features List

My python program can successfully achieve all of the following:

Mean

The program is able to get the mean for the event given by the user. (The average value calculated by summing all numbers and dividing by the count of values.)

Median

The program is able to get the median for the event given by the user. (The middle value when all numbers are sorted in order - half the values are above it, half below.)

Mode

The program is able to get the mode for the event given by the user. (The value that appears most frequently in a dataset.)

Medal Winners

The program will display a color coded dot (Bronze, silver and gold) for the position of where the top 3 finishers have finished. (seen on graph)

Event-Specific Details

You can enter events from any year, any distance, and any gender, and the program will successfully fetch it and generate a graph for you.