Does Python support “switch” statements?
Answers
Answered by
0
Answer:
No python does not support switch statements.
Explanation:
You can create code snippet that works like switch statement in python.
Also use dictionary mapping.
Similar questions