Changes

Jump to: navigation, search

OPS435 Python Lab 3

180 bytes added, 09:21, 3 June 2017
PART 2 - Manipulating Items in Lists
sorted_courses
</source>:#Using Python In addition to using functions to manipulate lists, there are functions we can get more that are useful to provide information out regarding the list such as number of listselements in a list, the smallest value and largest value in a list.<br><br> :#Issue the following:<source>
list_of_numbers = [ 1, 5, 2, 6, 8, 5, 10, 2 ]
len(list_of_numbers) # Returns the length of the list
13,420
edits

Navigation menu