Question
I need help writing a PYTHON program that does the following: 1) uses the given data as input 2) finds the stats such as the
I need help writing a PYTHON program that does the following:
1) uses the given data as input 2) finds the stats such as the min, max, dispersion, mean, mode, median, and standard deviation, for each of these cities 3) displays the results with proper labeling
Your program must: display a Top comment Banner that includes: 1) description of what the program is about 2) description of the program's input 3) description of the program's output: must have a main function must have modularity all the code statements must be commented
Data Set:
Austin: [88, 55, 12, 84, 44, 35, 34, 14, 37, 97, 6, 24, 54, 70, 6, 23, 43, 32, 49, 46, 56, 67, 20, 22, 92, 55, 63, 92, 35, 20, 66, 73, 82, 52, 99, 40, 92, 99, 3, 81, 27, 32, 85, 41, 35, 15, 48, 26, 17, 72, 83, 58, 27, 56, 1, 26, 32, 40, 9, 51, 75, 54, 71, 94, 68, 33, 1, 32, 60, 99, 44, 36, 90, 79, 71, 83, 20, 66, 24, 49, 45, 14, 42, 64, 24, 77, 16, 35, 29, 51, 52, 16, 13, 61, 63, 67, 83, 23, 22, 61, 20, 61, 13, 94, 24, 43, 38, 9, 86, 98, 13, 55, 8, 23, 89, 57, 27, 65, 38, 63, 33, 59, 4, 46, 69, 30, 76, 71, 98, 27, 43, 47, 77, 40, 38, 5, 56, 97, 14, 21, 79, 3, 30, 21, 14, 22, 71, 74, 98, 14, 46, 4, 18, 92, 80, 19, 64, 57, 90, 28, 61, 79, 9, 75, 83, 62, 64, 89, 25, 83, 98, 1, 36, 13, 57, 93, 95, 15, 47, 29, 10, 63]
Houston:
[71, 72, 87, 99, 15, 91, 24, 36, 9, 68, 86, 71, 74, 98, 8, 49, 28, 17, 15, 68, 84, 95, 56, 26, 94, 23, 74, 79, 43, 35, 9, 45, 42, 71, 33, 31, 19, 55, 48, 46, 2, 73, 96, 90, 10, 36, 30, 27, 96, 36, 99, 48, 81, 30, 85, 46, 47, 82, 57, 70, 50, 48, 17, 30, 25, 83, 36, 46, 63, 75, 93, 27, 90, 14, 24, 61, 60, 70, 20, 90, 99, 13, 41, 53, 82, 37, 45, 87, 33, 73, 91, 79, 39, 39, 65, 49, 77, 93, 22, 30, 66, 81, 34, 24, 96, 70, 32, 77, 98, 92, 78, 36, 33, 15, 59, 43, 36, 61, 89, 84,49, 23, 49, 16, 74, 98, 62, 96, 63, 10, 38, 47, 41, 17, 3, 85, 31, 1, 79, 47, 30, 99, 14, 20, 59, 22, 41, 1, 40, 73, 5, 24, 67, 55, 98, 34, 70, 97, 59, 88, 93, 94, 73, 43, 68, 27, 90, 92, 90, 10, 60, 54, 70, 7, 29, 83 ,16, 32, 84, 83, 90, 19, 76, 60, 46, 83, 18, 80, 26, 31, 4,67, 9, 30, 59, 66, 49, 9, 20, 20, 25, 64, 93, 50, 82, 88, 97, 89, 91, 53, 84, 79, 51, 5, 16, 55, 74, 51]
Thank you in advance for your help!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started