Changes

Jump to: navigation, search

OPS435 Python Lab 3

93 bytes removed, 07:59, 31 May 2017
INVESTIGATION 1: USING FUNCTIONS
= INVESTIGATION 1: USING FUNCTIONS =
:A very simple definition of using '''functions''' is like having to create and reuse '''smaller programs contained inside within a larger program''' that can be run by '''function name''' to perform '''repeated or commonly routine tasks'''. In programming languages such as C, C++, and Java, functions (programs) that are very useful are collected in various '''Libraries''' and thus relates to dependency issues that were discussed when compiling C programming code in your OPS25 course. We do not go into detail involving Libraries for this course since Python is an interpreted (i.e. not compiled) language.
python3 ./CheckLab3.py -f -v lab3a
</source>
:#Before proceeding, make certain that you identify any and all errors in lab3a.py. When the checking script tells you everything is ok OK before proceeding to the next step.
:#Start up ipython3 shell again.<source>
ipython3
13,420
edits

Navigation menu