Python Forum

Full Version: dictionary merge
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i'd like to see the | operator work for dictionary the same way it works for set.
You can see it in Python 3.9: Dictionary Merge & Update Operators