Skip to content

Commit 07ed403

Browse files
committed
keeping vs code setting local
stopping git from passing the vs code settings
1 parent c1d2e63 commit 07ed403

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,4 @@ venv.bak/
103103
# mypy
104104
.mypy_cache/
105105
4 DB in Python/.DS_Store
106+
.vscode/settings.json

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 = {'Van':'Luong','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)