Computer Science, asked by simmi8143, 1 year ago

Does Python support “switch” statements?

Answers

Answered by pranshudesale78
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