For loops, part 2 - Tom Kleen

with the items in the list (like print a greeting for each list item). A list is any set of values separated by commas and enclosed in square brackets. We will use lists a LOT in this class. Nested Loops. Create a new Python project called n. ested. _l. oops01.py. Example 1. Add this code: for i in range(1, 4):#1, 2, 3. print(i) Example . Add this: ................
................