Skip to content

Instantly share code, notes, and snippets.

@arzon94
Created November 12, 2018 02:18
Show Gist options
  • Select an option

  • Save arzon94/cdfc58712ee4ed319f924ff25f67ed51 to your computer and use it in GitHub Desktop.

Select an option

Save arzon94/cdfc58712ee4ed319f924ff25f67ed51 to your computer and use it in GitHub Desktop.
x = {'a': 1, 'b': 2}
y = {'b': 3, 'c': 4}
z = {**x, **y}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment