Have a bit of experience programming in Python, and was wondering what the purpose of "match" was. Isn't it a redundant function, since if/elif/else does the same thing? Does it have behind-the-scene things going on which improve its functionality, speed or whatever?
Thank you.