Changes

Jump to: navigation, search

OPS445 Online Assignment 1

555 bytes added, 18:56, 30 September 2021
Assignment Requirements
* Each significant change to your code should have its own commit. This is the standard that most companies will adhere to: version control commits are used to document proof of work, and commit messages are invaluable when issues are being debugged.
* When making a change to your code, use the following commands to document the commit: <code>git commit -am "a sensible message"</code> and <code>git push</code>. **Please explain the change you made in your commit message.**
 
== Required Files ==
<b>NOTE: It's not necessary to download these files if you are cloning a repository provided by your professor!</b>
There are two files that we are providing to you:
* [https://ict.senecacollege.ca/~eric.brauer/ops445/a1/assign1.py assign1.py] contains starter code for your assignment. You should commit all of your code to this file.
* [https://ict.senecacollege.ca/~eric.brauer/ops445/a1/checkA1.py checkA1.py] is a check script that will help you evaluate your assignment. For full marks, your assignment should pass all checks.
== The First Milestone (Due October 14) ==

Navigation menu