`if '123' in myLabel` Errors because it isn't interpreting '123' as a string... which it should always do when using `in`