13,420
edits
Changes
→INVESTIGATION 1 - DATA STRUCTURES
=== Python Reference ===
= INVESTIGATION 1 - : DATA STRUCTURES =
== PART 1 - Tuple ==
A Python Tuple is a number of immutable Python values. This is similar to a list in a lot of ways, except that, you cannot change the values inside.