Skip to content

Conversation

@priyanshudasgupta8
Copy link

… Lists, Tuples, and Dictionaries)

Comment on lines +1 to +6
# Tuples are another type of Data Structures mainly in Python

This_is_a_tuple = ("these", "are", "values", "in", "a", "tuple") # Declaration and/or creation
word = This_is_a_tuple[0] # Accessing and/or indexing

print(word) # OUTPUT ---> these No newline at end of file
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any addition to this file is welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant