Skip to content

Instantly share code, notes, and snippets.

@BexTuychiev
Created September 21, 2020 10:34
Show Gist options
  • Save BexTuychiev/e012bd829741f50874740acca5776a32 to your computer and use it in GitHub Desktop.
Save BexTuychiev/e012bd829741f50874740acca5776a32 to your computer and use it in GitHub Desktop.
# Create an arbitrary tuple
numbers = (10, 11, 12)
# Assign each of its values to a single variable
ten, eleven, twelve = numbers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment