Hacker News new | ask | show | jobs
by ericfrederich 3200 days ago
Lots of code to show that. How 'bout this: ;-)

  >>> {**{'a': 'first'}, **{'a': 'second'}}
  {'a': 'second'}