Closed jvlmdr closed 3 years ago
I believe it's not safe to use is to compare string values in python. It may work sometimes, but it depends on the python implementation. It's better to use ==.
is
I believe it's not safe to use
is
to compare string values in python. It may work sometimes, but it depends on the python implementation. It's better to use ==.