Changes

Jump to: navigation, search

OPS435 Assignment 2 for Section C

10 bytes added, 16:47, 25 March 2021
Use of Github
You will once again be graded partly on <b>correct use of version control</b>, that is use of numerous commits with sensible commit messages. In professional practice, this is critically important for the timely delivery of code. You will be expected to use:
<ol>
<li><code>git add *assignment2.py</code>
<li><code>git commit -m "a message that describes the change"</code>
<li><code>git push</code>

Navigation menu