Skip to content

Instantly share code, notes, and snippets.

@wchargin
Created March 3, 2021 00: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 wchargin/9d0621f6baad40ee3718d899806825e6 to your computer and use it in GitHub Desktop.
Save wchargin/9d0621f6baad40ee3718d899806825e6 to your computer and use it in GitHub Desktop.
def foo(**kwargs):
return kwargs
print(foo(ₓ=1))
print(foo(**{"ₓ": 1}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment