This commit is contained in:
SowinskiBraeden committed 2022-04-01 22:07:26 -07:00
1 parent 190daffced
commit de213b348a
7 files changed
+11730 -3032

No files matched your search

+3
View File
@@ -0,0 +1,3 @@
test_string = "XAT--12C-S"
print(bool([i for i in ["XAT--12A-S", "XAT--12B-S"] if(i in test_string)]))