Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
6.3 KiB
6.3 KiB
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.