Changes

Jump to: navigation, search

OPS435 Python Lab 4

15 bytes added, 10:01, 14 June 2017
PART 1 - Tuples
print(list2)
</source>.You should have been successful in changing the value of your list.<br><br>
:#Now, try changing a the value of your previously-created tuple value by issuing the following:<source>
t2[1] = 10
</source>Did it work? Once created the tuple values will not be able to change.<br><br>If you would like a tuple with different values than the tuple you currently have, then you must create a new one.<br><br>
13,420
edits

Navigation menu