Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 4

74 bytes added, 09:15, 14 June 2017
INVESTIGATION 1: DATA STRUCTURES
= INVESTIGATION 1: DATA STRUCTURES =
:In this investigation, you will learn several tools when using data structures in Python scripting. :These tools include '''tuples''', '''sets''', '''dictionaries''', and more '''advanced list functions'''.
== PART 1 - Tuples ==
:A Python Tuple is a number of immutable Python values. This is similar to a list in a lot of ways, except that, the value inside cannot be changed.
13,420
edits