Skip to content

Instantly share code, notes, and snippets.

@Dobiasd

Dobiasd/after.py Secret

Created 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/9033de8847142f78c2d6e2de23f30fc9 to your computer and use it in GitHub Desktop.
Save Dobiasd/9033de8847142f78c2d6e2de23f30fc9 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