mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-06 14:27:26 +08:00

According to PEP 8, "Comparisons to singletons like None should always be done with is or is not, never the equality operators."
According to PEP 8, "Comparisons to singletons like None should always be done with is or is not, never the equality operators."