reformat v3 step 2clear

This commit is contained in:
SowinskiBraeden committed 2022-04-07 13:53:01 -07:00
1 parent 38cd356efb
commit c500ceff44
3 files changed
+64 -11642

No files matched your search

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