Skip to content

Commit bc97ead

Browse files
committed
Update GradeTracker.py
read
1 parent 9962eb7 commit bc97ead

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

1 gradetracker/GradeTracker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
needs to have login to protect the student data
55
'''
66
#import libraries first
7-
import statistics as s
7+
import statistics as
88

99
#add constants next
10-
admins = {'Faculty1':'ABC123','Faculty2':'ABC123'}
10+
admins = {'Thomas':'Andreas','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)