Delete test.py

This commit is contained in:
SowinskiBraeden authored and GitHub committed 2022-04-11 13:42:18 -07:00
1 parent f7cc7abaa4
commit d66d497353
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)