Python Question:

Does python support switch or case statement in Python? If not what is the reason for the same?

Answer:

No. You can use multiple if-else, as there is no need for this.

Read All 25 Python Questions
Previous QuestionNext Question
What is the method does join() in python belong?How is the Implementation of Pythons dictionaries done?