Quantcast
Viewing latest article 6
Browse Latest Browse All 13861

How do I merge two dictionaries in a single expression in Python?

I want to merge two dictionaries into a new dictionary.

x = {'a': 1, 'b': 2}y = {'b': 3, 'c': 4}z = merge(x, y)>>> z{'a': 1, 'b': 3, 'c': 4}

Whenever a key k is present in both dictionaries, only the value y[k] should be kept.


Viewing latest article 6
Browse Latest Browse All 13861

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>