Python Tips
━━━━━━━━━━━

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

Date: January 21, 2019

[1m[38;2;189;147;249mDictionaries[0m
[38;2;68;71;90m────────────[0m

[1m[38;2;189;147;249m### Unpacking[0m

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