Skip to content

Instantly share code, notes, and snippets.

@Khrol
Created September 26, 2016 20:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Khrol/4a10137d907f07da59e040d59298a0b5 to your computer and use it in GitHub Desktop.
Save Khrol/4a10137d907f07da59e040d59298a0b5 to your computer and use it in GitHub Desktop.
Блядский скайп
In [10]: {**{‘x’: 2}, **{'a': 1}}
Out[10]: {'a': 1, 'x': 2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment