Python Question:
Download Questions PDF

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.

Download Python Interview Questions And Answers PDF

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