0% found this document useful (0 votes)
2 views1 page

05.python Collections

The document covers fundamental data structures in Python, including lists, tuples, dictionaries, and sets. Each section provides examples and discusses key concepts such as immutability and key-value pairs. It concludes with mini exercises to reinforce learning and a summary of the topics covered.

Uploaded by

sureshbabuch1
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

05.python Collections

The document covers fundamental data structures in Python, including lists, tuples, dictionaries, and sets. Each section provides examples and discusses key concepts such as immutability and key-value pairs. It concludes with mini exercises to reinforce learning and a summary of the topics covered.

Uploaded by

sureshbabuch1
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Lists, Tuples and Dictionaries

Lists and common methods.

Example:
print('Hello, Python!')

Page 2
Tuples and immutability.

Example:
print('Hello, Python!')

Page 3
Dictionaries and key-value pairs.

Example:
print('Hello, Python!')

Page 4
Sets and basic operations.

Example:
print('Hello, Python!')

Page 5
Mini exercises and summary.

Example:
print('Hello, Python!')

You might also like