Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 3

3 bytes added, 10:13, 3 June 2017
PART 3 - Iterating Over Lists
== PART 2 - Manipulating Items in Lists ==
 :There are a number of ways to obtain information about lists as well as change the data that is contained within a list. In this section, you will learn how to manipulate lists.
:'''Perform the Following Steps:'''
== PART 3 - Iterating Over Lists ==
:This final section explains 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 in the list.
:'''Perform the Following Steps'''
13,420
edits