filmov
tv
Python Trick: How to merge dict in Python

Показать описание
A quick Python Trick on merging multiple dict. This trick works with Python 3.5 and above version.
Well, in video it is shown only with 2 dict but it also works with multiple dict.
{**x, **y, **z}
Well, in video it is shown only with 2 dict but it also works with multiple dict.
{**x, **y, **z}