Roadmap to becoming a developer in 2022
 
 
 
 
 

371 B

Tuples

Tuples are immutable sequences, meaning that once a tuple is created, its elements cannot be changed. Tuples are often used to store related pieces of information. They are defined by placing the elements inside parentheses () separated by commas.