Python Question:

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

Python Interview Question
Python Interview Question

Answer:

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


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