Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
OPS435 Python Lab 3
3 bytes added
,
12: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_list
sorted_courses
.sort() # Sort the new list
courses
sorted_courses
Oatley
198
edits