Changes

Jump to: navigation, search

OPS435 Python Lab 3

3 bytes added, 13:14, 20 September 2017
PART 2 - Manipulating Items in Lists
help(courses.sort)
sorted_courses = courses.copy() # Create a copy of the courses list
sorted_listsorted_courses.sort() # Sort the new list
courses
sorted_courses
198
edits

Navigation menu