---
title: "Python Tips"
description: "** func(** locals().update(d)"
date: 2019-01-21
published: false
tags:
  - python
template: blog-post
---


## Dictionaries

### Unpacking

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

###
