Python 3.10 introduced pattern matching. You can use pattern matching in Python to create switches with cases for literals. But it can do more. The match statement in Python is capable of structural pattern matching. In this video I’ll show you 3 examples of pattern matc