Submitting your assignment: working in a pairΒΆ
To submit your assignment, make sure that you have:
put your names at the top of your file,
both registered for the same team and worked in the team repository
added, committed, and pushed your code to the git server, and
run the chisubmit submission command (once for the pair).
Specifically, run:
git add courses.py
git commit -m "final version ready for submission"
git push
chisubmit student assignment submit pa3
As always, please ensure the version that chisubmit asks you to confirm has the correct log message and timestamp.