Starting from Python 3.10, the match statement offers an alternative to if-else statements for executing multiple conditional statements.
Match statements can provide a more concise and readable syntax, especially when dealing with complex pattern-matching scenarios.