1 / 1

Tuple Data Structure in Python

If you want to learn a basic to advanced level in a PYTHON course and want to become an expert in that one, you need to attend the best-advanced guidance online Training by Visualpath institute in Hyderabad. for more details contact @9704455959.

keerthana8
Télécharger la présentation

Tuple Data Structure in Python

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Tuple Data Structure in Python A tuple is an ordered collection of items. An ordered collection keeps the items in the order you insert or initialize them. In other words, the order is preserved. This is in contrast to dictionaries or sets, where the order is not preserved (unordered collections). Tuples are like lists but vary in the following aspects: They are immutable, (we cannot change them) unlike lists which are mutable (we can change them). Let us learn more about tuples and their related methods. We’ll also learn to effectively use them in Python. For more background on the different data structures in Python, check out the following articles: Introduction to Data Structures List Stack Queue Linked Lists Binary Trees Heaps Graphs For more details Click Here Contact Us +91 9989971070

More Related