PEP 448 added some neat unpacking generalizations to #Python in 3.5
You can read about them here or check out my mini-thread!
python.org
๐งต๐๐
You can read about them here or check out my mini-thread!
python.org
๐งต๐๐
Be careful though or you might get stung by #Python ๐๐
In dictionary unpacking, later values will always override earlier ones:
In dictionary unpacking, later values will always override earlier ones:
Need a way to combine a tuple, list and range object into a single #Python list?
Use an unpacking generalizaion!
Use an unpacking generalizaion!
Loading suggestions...