Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 4

25 bytes removed, 09:33, 14 June 2017
PART 1 - Tuples
t1[0]
t2[2:4]
</source>:#You can also check to see whether a value exists inside a tuple or not. To demonstrate, issue :#Issue the following:<source>
'Ix' in t1
'Geidi' in t1
</source>Let's now see how a tuple differs from a list. We will now create a list and note the difference between them.<br><br>
:#Issue the following to create a list:<source>
13,420
edits