Files
school-management-api/test/test.py
T
2022-04-01 22:07:26 -07:00

3 lines
104 B
Python

test_string = "XAT--12C-S"
print(bool([i for i in ["XAT--12A-S", "XAT--12B-S"] if(i in test_string)]))