Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

New Snippet: Use dictionary as switch-case #438

Closed dsonic0912 closed 3 years ago

dsonic0912 commented 3 years ago

This snippet shows how to use a Dictionary like a switch-case in Python.