match is step forward for Python, but it's still not as good as others. Like, still need the ability to do this:

match var:

case 'this':

case 'that':

print("Hello")

Responses (1)