Skip to content

Instantly share code, notes, and snippets.

@M0dM
Created October 22, 2018 12:48
Show Gist options
  • Save M0dM/ea149e40e538c414ba68dc8a39f26803 to your computer and use it in GitHub Desktop.
Save M0dM/ea149e40e538c414ba68dc8a39f26803 to your computer and use it in GitHub Desktop.
func = lambda *args, **kwars: (args, kwargs)
@M0dM
Copy link
Author

M0dM commented Oct 22, 2018

func(1, 2, 3, test='plop')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment