Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 3

2 bytes removed, 10:12, 2 June 2017
INVESTIGATION 3: USING LISTS
= INVESTIGATION 3: USING LISTS =
Lists are ones of the most powerful data-types in Python. A list is a series of comma separated values found between square brackets. Values in a list can be anything: strings, integers, objects, even other lists. In this section we will introduce lists and how to use them effectively, we will come back to lists again in later labs.
 
== PART 1 - Navigating Items in Lists ==
 
:'''Perform the Following Steps'''
13,420
edits