brennerm / PyTricks

Collection of less popular features and tricks for the Python programming language
MIT License
3.07k stars 503 forks source link

Switch/Case statments using dictionaries. #88

Closed k0h1zuk4 closed 6 years ago

brennerm commented 6 years ago

This behaviour is already shown in lightweightswitch.py but feel free to add your example. I also prefer your file name.

Btw in the last line you have a typo. Nome -> None

k0h1zuk4 commented 6 years ago

Ty, I will fix and request a new pull.