Search Results

3
votes

Is there a difference between `==` and `is` in python?

http://docs.python.org/lib/comparisons.html is tests for identity == tests for equality Each (small) integer …