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. Declare a variable "studentCount" to count total student numbers. Define a function "addStudentCollect user input of "student idname "age", "gpa". Save these information to a dictionary "newStudent" Add "newStudent" to list "students" Increase "studentCount" by Define a function "displayStudentsLoop through the list "students" to dispaly all student information.Create a Python file FinalExampydo the followingsImport myLib. Use a while loop to display:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
