Changes

Jump to: navigation, search

OPS445 Online Lab4

4 bytes removed, 12:57, 30 January 2022
m
PART 1 - Tuples
:There are many advantages to using tuples when creating Python scripts:
::*'''Data protection''' (eg. values are are NOT allowed to change so you won't modify them accidentally)
::*Tuples can be used as '''keys in data dictionaries''' (which are NOT allowed to change)
::*Tuples allow for '''faster access''' than lists
572
edits

Navigation menu