Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of a Data Structures folder in Python (It includes files for… #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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
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