We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5497a0 commit b3e2460Copy full SHA for b3e2460
1 gradetracker/GradeTracker.py
@@ -9,7 +9,7 @@
9
import statistics as s
10
11
#add constants next
12
-admins = {'Dominic':'Thomas','Faculty2':'ABC123','Dominic':'Thomas'}
+admins = {'Faculty1':'ABC123','Faculty2':'ABC123','Dominic':'Thomas'}
13
14
# Like the admins above is a dictionary but of students.
15
# Dictionaries use curly brackets with colons to associate keys with values.
0 commit comments