Keyword arguments

[PY]Function(1) in Python

In Python, you can unpack dictionary to pass its value to a function parameter. In order to take value out of a dictionary

Read