Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1007 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 1007 Bytes

Assignment_01

Learning Goals

Once completed you will have practiced:

  1. Forking an assignment repository.
  2. Using the Github editor to make changes to a .py file.
  3. Fix a series of tests that focus on data types, type conversions, and expressions.
  4. Submitting a pull request back to the assignment repository.

Completing assignments

To get started

  1. To start, fork the repository.
  2. Clone the repository to your computer.
  3. Modify the files and commit changes to complete your solution.
  4. Push/sync the changes up to GitHub.
  5. Create a pull request on the original repository to turn in the assignment.