Skip to content

Commit

Permalink
removed keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Couillard authored and Nicholas Couillard committed Oct 19, 2023
1 parent 860c226 commit f992e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CourseFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
enrollStudent('ANTH3524', '001', 'awp10101')
2 changes: 1 addition & 1 deletion StudentFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def createStudent(studentID, studentPWD, enrolledCourses = []):


if __name__ == "__main__":
createStudent("nic21003", "coolTest420")
createStudent("awp10101", "myPassword")

0 comments on commit f992e54

Please sign in to comment.