Open main menu

CDOT Wiki β

Changes

OPS445 Online Lab1

61 bytes removed, 20:50, 31 August 2021
Task 1 - Python script using builtin Functions
python3 ./CheckLab1.py -f -v lab1a
</source>
<li style="margin-left:25px;">Before moving on to the next step make sure you identify any and all errors in "lab1a.py". When the check script tells you everything is "ok", you may commit your changes.
<source lang="bash">
git add lab1a.py
=====Submitting Your Lab Work Through Blackboard=====
If you did not clone your lab through GitHub, you may download the check script by following these steps:
<li style="margin-left:25px;">Download the check script and check your work. Enter the following commands from the bash shell.<source lang="bash">
cd ~/ops445/lab1/
python3 ./CheckLab1.py -f -v lab1a
</source>
<li style="margin-left:25px;">Before moving on to the next step make sure you identify any and all errors in "lab1a.py". When the check script tells you everything is "ok", you may proceed to the next step.
= Investigation 4 - exploring Python's built-in Data Objects =