Python: comparing to None
Posted on 01 August 2011 in Articles • Tagged with programming, Python • 1 min read
Python's documentation states that one has to use the is operator to compare a variable to None. What happens when you avoid that advice?
Continue reading