Question Three [40 marks) Write a Python program called analysis.py to analyse student marks read in from a file and det
Posted: Sun May 15, 2022 11:46 am
Question Three [40 marks) Write a Python program called analysis.py to analyse student marks read in from a file and determine which students need to see a student advisor. The students who (hypothetically!) need to see a student advisor are those with marks less than one standard deviation below the mean. The marks file is composed of lines of text, where each line contains a student name and mark separated by a comma. The Vula page for this assignment has a text file called example.txt as an attachment. Use this file as your input for testing purposes. Remember that the formula for standard deviation is: o = sqrt(((xo – u)2 + (x1 – u)2 + (x2 – u)? +...+(XN-1 – u)2)/N) where u is the mean or average and each x is a mark. Before the list of student names who need to see an advisor, calculate and print out the average and standard deviation to 2 decimal places. Sample 1/0 Enter the marks filename: example1.txt The average is: 72.10 The std deviation is: 24.05 List of students who need to see an advisor: Nihaad Goosain Khaled Brice Abdel Amanda Musa Radiyah Ben Kenney Danielle Ofentse Tumelo Kevin