Question: ' ' ' Name : your full name Title : HW # 7 Class Registration 2 Date : submission date ' ' ' # TODO

'''
Name : your full name
Title : HW #7 Class Registration2
Date : submission date
'''
# TODO 0: import the functions in registration.py module.
from registration import (
)
course_names =['Programming', 'Biology', 'Art']
# this list will store the number of enrollment for programming, biology, and art courses in order
enroll =[0,0,0]
# add your function calls here. Pass enrollment[] and/or course_names[] as parameter(s)
# You might want to have variable(s) to store the return value from function calls.

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 Databases Questions!