Sep 20, 2022
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")
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")