Section 6.10 Evaluate Loops-WE5-P1
Subgoals for Evaluating a Loop.
Subsection 6.10.1 Evaluate Loops-WE5-P1
All of the following problems use the same setup, but they are independent of each other.
high_numbers = [300, 200, 100, 400, 500, 300]
low_numbers = [1, 3, 2, 4, 5, 3]
mixed_numbers = [5, 3, -4, 7, 2]
Exercises Exercises
2.
3.
4.
5.
You have attempted 1 of 3 activities on this page.