Dict Unpacking in Python
mom can we have dict unpacking in python? we have dict-unpacking-at-home please don't use this no seriously. I do not need another joke package of mine to be deemed "critical" to pypi 1 ok how do I use it pip install dict-unpacking-at-home add # -*- coding: dict-unpacking-at-home -*- to the top of your file (second line if you have a shebang) enjoy! # -*- coding: dict-unpacking-at-home -*- dct = { 'greeting' : 'hello' , 'thing' : 'world' } { greeting , thing } = dct print ( greeting , gree