Skip to content

Commit 9487d18

Browse files
committed
Update GradeTracker.py
Created Fork, and completed Hacking Excercise by adding myself as Admin.
1 parent e514bce commit 9487d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = {'Faculty1':'ABC123','Faculty2':'ABC123'}
10+
admins = {'Faculty1':'ABC123','Faculty2':'ABC123', 'Gabriel':'Tomasetto'}
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)