microsoft / c9-python-getting-started

Sample code for Channel 9 Python for Beginners course
MIT License
7.75k stars 2.25k forks source link

Tuples not described in Collections folder. #25

Closed srishti-nema closed 4 years ago

srishti-nema commented 4 years ago

Tuples are immutable collections used to store heterogeneous data. This is one of the basic concepts described in detail in the Python documentation.

Documentation

GeekTrainer commented 4 years ago

Totally fair! It was a tough decision to leave this off, but unfortunately we only had so much time. We are going to cover tuples in a future course.