Changes

Jump to: navigation, search

OPS435 Python Lab 3

29 bytes added, 11:31, 3 June 2017
PART 3 - Iterating Over Lists
== PART 3 - Iterating Over Lists ==
:This last section demonstrates an extremely useful for lists: the ability to quickly '''loop through every value in the list'''. '''For loops''' have a set number of times they loop. The '''for loop''' loop (a "determinant" loop) will all indented code for each item (element) in the list. Using loops with list allow for efficient processing of stored data.
:'''Perform the Following Steps'''
13,420
edits

Navigation menu