Skip to content

Commit 4a14869

Browse files
authored
Update GradeTracker.py
1 parent 4d92bec commit 4a14869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1 gradetracker/GradeTracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import statistics as s
88

99
#add constants next
10-
admins = {'Kyle':'Bender','Faculty2':'ABC123'}
10+
admins = {'Faculty1':'ABC123','Faculty2':'ABC123'}
1111

1212
#Like the admins above is a dictionary but of students. Dictionaries use curly brackets with colons to associate keys with values. In this case, each student's first name is a key. The values are lists of grades.
1313
#Lists are denoted with square brackets. Values are indexed within starting with 0 for the first one. Each value is separated by commas.

0 commit comments

Comments
 (0)