Skip to content

Instantly share code, notes, and snippets.

@yakkomajuri
Created July 24, 2020 20:00
Show Gist options
  • Save yakkomajuri/08b29ade1572924ae79d023c72649824 to your computer and use it in GitHub Desktop.
Save yakkomajuri/08b29ade1572924ae79d023c72649824 to your computer and use it in GitHub Desktop.
x, y, z = (4, 5, 6)
x, *xs = [1, 2, 3, 4]
x, y = 4, 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment