Respuesta :
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.
Explanation:
Python doesn’t need a switch statement. You can do exactly the same thing with if/elif/else statements.
Make sure there is a function/method to handle the default case. Next, make a dictionary object and store each of the function beginning with the 0th index. After that, write a switch() function accepting the day of the week as an argument.