This commit is contained in:
SowinskiBraeden committed 2022-06-21 16:49:45 -07:00
1 parent e95a1ff1f8
commit aa8abf3c9d
5 files changed
+12 -17

No files matched your search

+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#! python
import json
import csv
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
#! python
import json
import csv
flex= ["XAT--12A-S", "XAT--12B-S"]
flex= ("XAT--12A-S", "XAT--12B-S")
mockStudents: list[dict] = []