0 votes
in Python by
Does Python have a Switch or Case statement like in C?

1 Answer

0 votes
by
No, it does not. However, we can make our own Switch function and use it.
...