Login
Remember
Register
Ask a Question
Does Python have a Switch or Case statement like in C?
0
votes
asked
Sep 21, 2021
in
Python
by
sharadyadav1986
Does Python have a Switch or Case statement like in C?
switch-case
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 21, 2021
by
sharadyadav1986
No, it does not. However, we can make our own Switch function and use it.
...