Skip to content

Instantly share code, notes, and snippets.

@Dobiasd
Last active August 25, 2020 16:40
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 Dobiasd/af026e96196650735c7c54dbac8d5cea to your computer and use it in GitHub Desktop.
Save Dobiasd/af026e96196650735c7c54dbac8d5cea to your computer and use it in GitHub Desktop.
def foo(a, b):
return 1, 2
x, y \
= foo(
42,
"bar"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment