Loops and Data
CS 110
1
Reminders and Announcements
Next Week
More Number Challenges: practice on your own!
numbers = [65, 1800, 12, 20, 1963, 5000, 260, 0, 40, 953, 775]
Given the list above, do the following:
3
Loops and P1 (lava_lamp.py)
We can use loops to repeat ANY action.
4
Review: Loop Short Circuiting
5
Data Filter Example: Warm-Up
6
Data Filter Functions: data_filter.py
7