Pattern Matching Begins When Python reaches a match statement, it evaluates the expression (or value) you're matching against. This could be a variable, a literal, a tuple, etc. Pattern Is Compared to ...