MENU
CLOSE
NOTES
CONTACT
Source: 📖 Effective Python item 2
if a is not b is preferable to if not a is b.
if a is not b
if not a is b