diff --git a/CourseFunctions.py b/CourseFunctions.py index ba72f0d..8f5d09f 100644 --- a/CourseFunctions.py +++ b/CourseFunctions.py @@ -152,4 +152,4 @@ def enrollStudent(courseId, courseSection, studentID): # courseInsert(courseId, courseSection, courseLevel, courseDepartment, courseProfessor, courseEnrolledStudents, courseMaxStudents, courseIsOpen, courseFormat, coursePrereqs, courseStartTime, courseEndTime, courseScheduledDays, courseLocation, enrolledStudentList) - enrollStudent('SPAN4173', '001', 'nic21003') \ No newline at end of file + enrollStudent('ANTH3524', '001', 'awp10101') \ No newline at end of file diff --git a/StudentFunctions.py b/StudentFunctions.py index e11d490..c4b494d 100644 --- a/StudentFunctions.py +++ b/StudentFunctions.py @@ -19,4 +19,4 @@ def createStudent(studentID, studentPWD, enrolledCourses = []): if __name__ == "__main__": - createStudent("nic21003", "coolTest420") \ No newline at end of file + createStudent("awp10101", "myPassword") \ No newline at end of file