Changes

Jump to: navigation, search

OPS435 Python Lab 3

12 bytes removed, 20:24, 9 August 2017
LAB OBJECTIVES
:Write Python code in order to:
:*'''Create reusable functions''' that can be imported by ipython3 or other python scripts
:*'''Using and manipulating lists''' to allow for processing a large amount of data quickly
:*'''Looping through lists''' using '''Functionsfunctions'''. Looping (iteration) is the ability for your program to repeatedly run the same code over and over. In this way, you can run a loop that contains a list to better send data to functions for better, more efficient execution of your Python script'''.
<br><br>

Navigation menu