6.1 Tuples
-
Incorrect
Correct
No Answer was selected
Invalid Answer
1. Python and Console Interaction
2. Conditionals
3. Looping
4. Functions and Exceptions
5. Strings
6. Creating and Altering Data Structure
6.1 Tuples
Tuples
Using Tuples
Tuples and the len Function
Tuples are Heterogenous
Concatenating Tuples
Tuples are Immutable
Check Your Understanding
Exercise: Dancing Contest
6.2 Lists
6.3 For Loops and Lists
6.4 List Methods
7. Extending Data Structures