Changes

Jump to: navigation, search

OPS435 Python3 Lab 3

4 bytes removed, 15:14, 19 September 2019
LAB OBJECTIVES
:*'''Create and use built-in and user created functions''' - using the '''def''' and '''import''' keywords
:*'''Obtaining Obtain properties and manipulating manipulate list object''' - using the built-in function: len(), min(), max(), and list object methods: copy(), sort(), append(), and remove()
:*'''Looping through lists'''. - Looping (iteration) is the method of using loop to process items in a list object one at a time using the same code to reduce code repetition in your Python script. This will result in a better, more efficient and effective program execution.
<br><br>
1,760
edits

Navigation menu