CS 115 Reading: Week 10
These are the same readings that were posted in Week 9. It's still important!
Lists of Lists
By the end of Week 10, you should be comfortable storing and accessing data in 2D lists (lists of lists).
Suggested readings:
Functions
By the end of Week 10, you should be comfortable with:
- Calling functions that other people have written
- Defining your own simple functions
- Tracing the execution of programs with functions
- Understanding parameters and return values
Suggested readings: