Changes

Jump to: navigation, search

OPS435 Python Lab 3

15 bytes added, 19:24, 31 January 2019
PART 2 - Manipulating Items in Lists
# Notice how the long line below is wrapped to fit on one screen:
print("List length is " + str(length_of_list ) + ", smallest element in the list is " + str(smallest_in_list ) + ", largest element in the list is " + str(largest_in_list))
</source>
1,760
edits

Navigation menu