Nuacht

While Python has lacked a native syntax for pattern matching, it has been possible to emulate it with if/elif/else chains or a dictionary lookup.
Python has added a number of powerful new features over the last few versions. Don’t miss out on what they have to offer ...
This is where I think Python falls a bit short compared to more functional languages. Now, I don't mind the new syntax at all, to me it's much clearer than C, but if the if/else statement acted ...