News

Patterns in Python structural pattern matching. Patterns can be simple values, or they can contain more complex matching logic. Some examples: case "a": Match against the single value "a".