Follow the steps:
- Follow this invitation link: http://go.code.cool/pbwp-pair-prog
- Accept the assignment, it will create a new GitHub repository under your account.
Clone the repository to your computer and check the subfolders. Every subfolder is a separate exercise. In the subfolder run the test by
python test.pyIt runs pre-written tests, but these are failing.
- Read the instructions in the
READMEfile and write the code. - When you’re ready, re-run
test.py - When all the test passes, commit and push your solution back.
- Finally submit your repository URL here as a submission.
- Read the instructions in the
Extra
If you’re done with that and want more exercises, go to exercism. Install command line application, log in with GitHub and do as much exercises as you can.