Changes

Jump to: navigation, search

OPS445 Online Assignment 2

No change in size, 01:17, 22 March 2022
m
no edit summary
<ul>
<li>[https://raw.githubusercontent.com/OPS445-W22/a2/files/duim.py duim.py (starting code) ]</li>
<li>[https://raw.githubusercontent.com/OPS445-W22/a2/files/CheckA2.py checkA2CheckA2.py (check script) ]</li>
<!-- <li>[https://ict.senecacollege.ca/~eric.brauer/ops445/a2/duim.py duim.py (starting code) ]</li> -->
<!--li>[https://ict.senecacollege.ca/~eric.brauer/ops445/a2/checkA2CheckA2.py checkA2CheckA2.py (check script) ]</li> -->
</ul>
To test with the check script, run the following:
<code>python3 checkA2CheckA2.py -f -v TestPercent</code>
<code>python3 checkA2CheckA2.py -f -v TestDuSub</code>
== Second Milestone (due November 28) ==
To run the check script, enter the following:
<code>python3 checkA2CheckA2.py -f -v TestDirDict</code>
You will be using a module in the standard library called <b>Argparse</b>. This will help handle more complex sets of options and arguments than simply using sys.argv.
Use the following to test your code:
<code>python3 checkA2CheckA2.py -f -v TestArgs</code>
== Minimum Viable Product ==
572
edits

Navigation menu