Skip to content

Instantly share code, notes, and snippets.

@sonsongithub
Created October 25, 2021 03:34
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 sonsongithub/27b351e7ee1edd4eec4e870d68eeddc9 to your computer and use it in GitHub Desktop.
Save sonsongithub/27b351e7ee1edd4eec4e870d68eeddc9 to your computer and use it in GitHub Desktop.
where is a...?
def hoge(**kwargs):
print(a)
print(kwargs)
a = 10
arg = {}
arg['a'] = 20
hoge(**arg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment