UltimateSwitchCase

Switch case functionality for python


Keywords
Switch, Case, switchcase, UltimateSwitchCase
License
MIT
Install
pip install UltimateSwitchCase==0.1

Documentation

UltimateSwitchCase

The ultimate switchcase package for python

switch command is used with a variable var which is the variable you want to iterate, and a dictonary dict which has as keys the possible value of var, and as elements the wanted return for each key