Python Tips

Advertisement

Your Ad could be here. I want to connect my readers to relavant ads. If you have a product targeted at developers, let's talk. [email protected]

Dictionaries

Unpacking

  • **kwargs
  • func(**input)
  • locals().update(d)