Question: Create a python file called myLib Declare a list students to hold student information. ( 5 % ) 2 . Declare a variable studentCount to

Create a python file called myLib
Declare a list "students" to hold student information. (5%)2.Declare a variable "studentCount" to count total student numbers. (5%)3.Define a function "addStudent)".(30%)Collect user input of "student id","name", "age", "gpa". Save these information to a dictionary "newStudent" Add "newStudent" to list "students" Increase "studentCount" by 1.4.Define a function "displayStudents)"(30%)Loop through the list "students" to dispaly all student information.Create a Python file ""FinalExam.py",do the followings.5.Import myLib. (5%)6.Use a while loop to display: (25%)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!