Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 4

8 bytes added, 12:53, 15 June 2017
PART 2 - Sets
== PART 2 - Sets ==
:So far, you have been exposed to two structures that are used to contain data: ''lists '' and ''tuples''. You can modify the values within a list as well as modify the structure of a list (i.e. add and remove elements), whereby you cannot with a tuple.
:In this section, you will learn about '''sets'''. A set has similar characteristics as a list, but there are two major differing characteristics:
13,420
edits