Program Features - ALT 2 Report
My python program can successfully achieve all of the following:
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.)
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.)
The program is able to get the mode for the event given by the user. (The value that appears most frequently in a dataset.)
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)
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.