7.1 2D Lists
-
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
7. Extending Data Structures
7.1 2D Lists
2D Lists
Accessing 2D Elements
Slicing 2D Lists
Appending 2D Lists
For Loops and 2D Lists
Using a Nested Loop
Check Your Understanding
Exercise: Make a Grid
7.2 List Comprehensions
7.3 Packing and Unpacking
7.4 Dictionaries
7.5 Equivalence vs. Identity
7.6 Conclusion