Section 8.6: The match Statement
Lawrence D’Oliveiro <[email protected]> Mon, 16 Mar 2026 09:14:17 -0000 (UTC)
| Newsgroups | comp.lang.python |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
Been reading and rereading this <https://docs.python.org/3/reference/compound_stmts.html#the-match-statement>. I think I have used my first match-statement in anger today, but it’s a very simple one, that doesn’t do any more elaborate pattern-matching or variable capture. Give it time, I suppose ...