Changes

Jump to: navigation, search

OPS435 Python Lab 4

9 bytes added, 12:43, 19 May 2017
Part 1 - Tuple
= INVESTIGATION 1 - DATA STRUCTURES =
== Part PART 1 - Tuple ==
A Python Tuple is a number of immutable Python values. This is similar to a list in a lot of ways, except that, you cannot change the values inside.
<pre>
</pre>
== Part PART 3 - Dictionary ==
== PART 4 - List Comprehension ==
We've already covered lists to a degree. Lets move into more advanced functions to use and generate lists. This is a very common practice in Python, understanding how to generate, manipulate, and apply functions to items inside a list can be incredibly useful. List comprehension is a way to build new lists from existing list.
13,420
edits

Navigation menu