Skip to content

Instantly share code, notes, and snippets.

@Jayasagar
Created December 18, 2017 12:47
Show Gist options
  • Save Jayasagar/649b880ab0233d444aea322a5150a4a8 to your computer and use it in GitHub Desktop.
Save Jayasagar/649b880ab0233d444aea322a5150a4a8 to your computer and use it in GitHub Desktop.
# Complex Nested tuple
complexNestedTuple = ("Alice", [12.4, 34], ('Male', 'Age'))
print(complexNestedTuple) ## ('Alice', [12.4, 34], ('Male', 'Age'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment