reformat v3 step 2clear
This commit is contained in:
1 parent
38cd356efb
commit
c500ceff44
3 files changed
+64
-11642
No files matched your search
+3
-1
@@ -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])
|
||||
Reference in new issue
Block a user