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.
Previous Question | Next Question |
What is the method does join() in python belong? | How is the Implementation of Pythons dictionaries done? |