I try to merge two dictionaries with together with out update() method. What is your offer to use with new ways?
Asked
Active
Viewed 26 times
0

azro
- 53,056
- 7
- 34
- 70
-
Can you share some code ? You want a different way ? why ? `new_d = {**a, **b}` ? – azro Nov 13 '21 at 11:31
-
Yes sure will share. I try to improve my python skills with new solves – faridmohammadi chianeh Nov 13 '21 at 11:33
-
StackOverflow is more a place to come with issues (and tries) to be solved – azro Nov 13 '21 at 11:34
-
Yes great space to learn more and improve skills – faridmohammadi chianeh Nov 13 '21 at 11:35
-
@But yo may search a bit by yourself first, google "python merge dict" gives a very good start ;) – azro Nov 13 '21 at 11:37
-
Google is useful option to find correct ways. – faridmohammadi chianeh Nov 13 '21 at 11:39