Changes

Jump to: navigation, search

OPS435 Python Lab 3

103 bytes added, 07:14, 3 June 2017
PART 1 - Navigating Items in Lists
:#Start the ipython3 shell:<source>
ipython3
</source>:#Create You will now create a few lists with different values: list1 contains only '''integers''', list2 contains only '''strings''', list3 contains a combination of both'''integers and strings'''.<br><br>:#Issue the following from the ipython shell:<source>
list1 = [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ]
list2 = [ 'uli101', 'ops235', 'ops335', 'ops435', 'ops535', 'ops635' ]
13,420
edits

Navigation menu