Skip to content

Instantly share code, notes, and snippets.

@adamoudad
Created October 16, 2022 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamoudad/94e513653d4c96bc93b14b7f6e27ba83 to your computer and use it in GitHub Desktop.
Save adamoudad/94e513653d4c96bc93b14b7f6e27ba83 to your computer and use it in GitHub Desktop.
def myfunc(a, b, c):
pass
config = {
"a": 1,
"b": 2,
"c": 5
}
myfunc(**config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment