Python3_Data_Structures icon indicating copy to clipboard operation
Python3_Data_Structures copied to clipboard

Improve comparison with None

Open nishant-ingle opened this issue 4 years ago • 0 comments

  • Operators '!=' and '==' call the ' eq' method of a class which can give unwanted results.
  • Better way is to use is and is not instead of them.

nishant-ingle avatar Oct 03 '20 08:10 nishant-ingle