Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 3

3 bytes added, 09:53, 3 June 2017
PART 2 - Manipulating Items in Lists
help(courses.sort)
sorted_list sorted_courses = courses.copy() # Create a copy of the courses list
sorted_list.sort() # Sort the new list
courses
13,420
edits