Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 3

101 bytes added, 09:19, 3 June 2017
PART 2 - Manipulating Items in Lists
dir(courses)
help(courses)
</source>:#Next search and find more information on Below are some examples of using functions to manipulate lists. Take time to see how each function can be a number list functions useful tool for changing making changes to existing lists.<br><br>:#Issue the following:<source>
help(courses.append)
courses.append('ops235') # Add a new item to the end of the list
13,420
edits