Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to write switch case statement in Python
Post: RE: How to write switch case statement in Python

There is one more elegant way to achieve the switch-case effect in Python, i.e., using the OOPs concept. You can write a switch class with the following pattern. 1- The switch class shall have a swit...
MeenakshiAgarwal General Coding Help 9 9,252 Nov-11-2018, 07:02 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020