Neat Switch statement in Python
2014 September 14I'm still a python beginner. Every time I start to write a python program, I eventually come across the need for a switch statement. This is the really neat answer that I found this time:
http://code.activestate.com/recipes/410692/
Tagged: #programming, #python, #switch,