List of topics
Integers
Floats
Strings
Lists
Tuples
Dictionaries
Sets
Integers
Floats
Strings
Lists
Tuples
Dictionaries
Sets
Tuples
Tuples are ordered collections of items enclosed in parentheses. They are similar to lists but are immutable, meaning they cannot be changed after creation. Tuples are commonly used to store related data that should not be modified.