Closed bmc-msft closed 4 years ago
'is' and 'is not' refers to identity compare.
See: https://docs.python.org/3/reference/expressions.html#value-comparisons And: https://docs.python.org/3/reference/expressions.html#is-not
You are right, thank you!.
'is' and 'is not' refers to identity compare.
See: https://docs.python.org/3/reference/expressions.html#value-comparisons And: https://docs.python.org/3/reference/expressions.html#is-not