Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 2

5 bytes added, 02:43, 25 May 2017
PART 1 - INDENTATION AND IF LOGIC
Usage: lab2d.py [name] [age]
</source>
:::2. Download the check script and check your work. Enter the following commands from the bash shell.<presource>
cd ~/ops435/lab2/
pwd #confirm that you are in the right directory
ls CheckLab2.py || wget matrix.senecac.on.ca/~acoatley-willis/CheckLab2.py
python3 ./CheckLab2.py -f -v lab2d
</presource>
:::3. Before proceeding, make certain that you identify any and all errors in "lab2d.py". When the check script tells you everything is "ok", you may procede to the next step.
198
edits