Changes

Jump to: navigation, search

OPS435 Python Lab 4

3 bytes added, 08:56, 14 June 2017
no edit summary
:Below is a table with links to useful online Python reference sites (by category). You may find these references useful when performing assignments, etc.
{| class="wikitable" | style="margin-left:15px20px; border: 2px solid black;"
|- style="border: 2px solid black;font-weight:bold;text-align:center;"
| style="border: 2px solid black;" | Data Structures
= INVESTIGATION 1: DATA STRUCTURES =
== PART 1 - Tuple 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.
:'''Perform the Following Steps:'''
:::4. Before proceeding, make certain that you identify any and all errors in lab4b.py. When the checking script tells you everything is OK before proceeding to the next step.
== PART 3 - Dictionary Dictionaries ==
:In Python a Dictionary is a set of key-value pairs. Dictionaries are unordered, like sets, however any value can be retrieved from a dictionary if you know the key. This section will go over how to create, access, and change dictionaries, providing a new tool to store and manipulate data with.
13,420
edits

Navigation menu