0 votes
in Python by
Is There A Switch Or Case Statement In Python?

1 Answer

0 votes
by

No, Python does not have a Switch statement, but you can write a Switch function and then use it.

Related questions

0 votes
asked Sep 24, 2021 in Python by Robin
0 votes
asked Dec 14, 2019 in Python by sharadyadav1986
...