The `in` membership operator checks if a given value is part of a collection of values. Instead of a series of `==` comparisons combined with the `or` boolean operator, you can use the `in` operator for a more readable and terser code.
This video is based on content from my "100 Page Python Intro" ebook: https://github.com/learnbyexample/100...