Changes

Jump to: navigation, search

OPS435 Python Lab 3

72 bytes added, 10:25, 3 June 2017
PART 3 - Iterating Over Lists
== PART 3 - Iterating Over Lists ==
:This final last section explains demonstrates an extremely useful for lists: the best part about 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''' will one by one run 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'''
:::5. Before proceeding, make certain that you identify any and all errors in lab3f.py. When the checking script tells you everything is OK before proceeding to the next step.
::Make notes for all of your observations in your lab log book, and proceed to INSTRUCTOR SIGN-OFF.
= LAB 3 SIGN OFF (SHOW INSTRUCTOR) =
13,420
edits

Navigation menu