Reading Homework: Chapter 6: 6.1 - 6.4
Lab 1 Team Work Monday and Wed
Chapter 6 Example 1:
Chapter 6 Example 2:
Example we did in class on January 15:
MINI QUIZ 1 Friday Janury 17
Weeks 2 - 3
Reading Homework: Chapter 8: 8.1 - 8.6
Chapter 8 Lists Examples
Test 1 on Wed, Feb 12. For
more information see
Week 4
How to use file make_list
Example
Dice Game Using List of Counters
Example - Similar to the problem on
Exam 1 and Lab 4
Activity 1
Activity 2
Activity 2 Solution
Activity 3
Activity 3 Solution

Activity 1
Activity 1 Solution
Two Dimensional Lists -
Chapter 8.8
List initialization:
a = [[
0 for i in range(COL)] for j in range(ROW)]
The above line will create a list of ROW rows and COL columns and assign value 0 to each
element
Program 1
Actitivity 1 - no writing program is
required
Activity 2
Activity 2 Solution
Activity 3
Activity 3 Solution
Activity 1
Activity 1
Solution
Activity 2
Activity 2
Solution
Example
1
Example
2
Course material for Programming with C
Test 1 C correct link will be posted on Friday at 10
am
Test 2 C correct link will be posted on Wed at 10
am