Merge branch 'master' of github.com:SowinskiBraeden/school-management-api
This commit is contained in:
commit
b9da4a5f43
1 file changed
-17
@@ -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)
|
|
||||||
Reference in new issue
Block a user