Merge branch 'master' of github.com:SowinskiBraeden/school-management-api

This commit is contained in:
SowinskiBraeden committed 2022-04-11 13:44:44 -07:00
commit b9da4a5f43
1 file changed
-17
-17
View File
@@ -1,17 +0,0 @@
# test_string = "XAT--12C-S"
# print(bool([i for i in ["XAT--12A-S", "XAT--12B-S"] if(i in test_string)]))
# print(test_string[len(test_string)-1])
myFirstDict = {
"den": {},
"ten": {},
"ben": {}
}
query = "ten"
if query in myFirstDict: print(True)
for i in range(10): print(i)