资讯

You can think of match statements as “Switch 2.0”. Before we get into the nitty-gritty here, if all you want is switch in Python then you’re in luck, because they can be used in the same way.
Introducing Python structural pattern matching Structural pattern matching introduces the match/case statement and the pattern syntax to Python.
A proposal under consideration by Python’s development team would finally bring pattern matching statements to the language.