Answer:
Switch-case statements are a powerful tool for control in programming. In this article, Sreeram Sceenivasan goes over you can use a switch-case statement in Python.
Step-by-step explanation:
Python doesn’t need a switch statement. You can do exactly the same thing with if/elif/else statements.