Skip to content

SenecaOPS445/a1-verA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Setup

This will download Assignment 1 locally, allowing you to work on your scripts and upload (push) them back up to GitHub.

  1. Use the green Code button to copy the SSH link into your clipboard.
  2. Clone your assignment repository into your ~/ops445/assignment1 directory.
git clone <ssh link> ~/ops445/assignment1/

Submission

  1. Run the testing script. You can use this script to run the tests as stated in the Assignment 1 wiki page.
    Please note that this test run script does not check your script docstring or your function docstring.
cd ~/ops445/assignment1/
pwd #confirm that you are in the right directory
python3 ./CheckA1.py
  1. Commit and push (upload) your assignment work. Give your commit a sensible message:
git add assignment1.py
git commit -m "Individual message or note."
git push
  1. Once you have pushed to Github, you must also submit your assignment1.py to Blackboard.

You can make changes to your scripts and reupload as many times as you like. Make sure you commit+push to do so.

Note: Your assignment is automatically submitted at the due date and time using the last published code. Any changes you publish after the due date won't be marked or seen by your professor.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages