Python Question:
Download Job Interview Questions and Answers PDF
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.
Download Python Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the method does join() in python belong? | How is the Implementation of Pythons dictionaries done? |