Question: # TODO 0 : import the functions in registration.py module. from registration import ( course _ names, enrolled _ student, report _ print ) #read
# TODO : import the functions in registration.py module.
from registration import coursenames, enrolledstudent, reportprint
#readenrollment, enrollmentupdate, addenrollment, regsummary
coursenames Programming 'Biology', 'Art'
# this list will store the number of enrollment for programming, biology, and art courses in order
enroll
# add your function calls here. Pass enrollment andor coursenames as parameters
enrolledstudentcoursenames, enroll
enrolledstudentcoursenames, enroll
enrolledstudentcoursenames, enroll
# You might want to have variables to store the return value from function calls.
reportprintcoursenames, enroll
# a function to display the summary
# parameters : as needed
def regsummary:
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
