Structural pattern matching in Python 3.10

date: 2021-10-29 · Tags: #python, #til

Notice the sequence of match case if you're using case syntax in Python 3.10

Src: Structural pattern matching in Python 3.10