Question: Need this to be solved in Python, please? Keep it simple, not complex. Commands for plotting import matplotlib.pyplot as MyPlot MyPlot.plot(xcord, ycord) MyPlot.show() Write a


Need this to be solved in Python, please? Keep it simple, not complex.
Commands for plotting import matplotlib.pyplot as MyPlot MyPlot.plot(xcord, ycord) MyPlot.show() Write a program la write.py that will read each student's name and GPA from the input, then save these as a file named yourname.txt. (Each record will have a field for the students' name and a field for the students' GPA.) Make sure to enter at least 5 records. Write another program 1b_read.py that reads the records from yourname.txt file and stores the name as a list in Name_Xcord and GPA as a list in GPA Ycord. Plot the line graph for Name vs GPA. Name Adam Smith Jacob Brady Terry Johnson Bill White Hunter McMahan GPA 3.8 3.7 3.0 3.5 4.0 2. Ask user for the name of the file to store the records to. Ask user to enter name, date and the golf score. Enter at least 5 records and close the file. Create a new python file 2b.py to complete rest of the problem. Create 2 lists, name and the golf score. Find out who had the best (minimum score) Plot name vs golf score
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
