Answer:
Python does not have a switch or case statement.
Instead we use;
the dictionary data type functions as cases in a switch statement
the if-else statement
the class statement
Python 3.10 and later will allow using match instead of switch
4.5m questions
5.7m answers