This is a test lab to make sure we can get the labs to work using github classroom and repl.it.
- Accept the github classroom assignment invitation sent via Canvas.
- be sure to login to github with the ID
- Point your browser to your github repository that was created for this assignment (e.g., for me this ishttps://github.com/tulane-cmps2200/test-lab-aronwc)
- Launch the repl.it instance for this repository (you can click on the "Work in Repl.it" button in the README of your repository).
- You may have to give repl.it permission to use your github account. This is how you are able to push to github via repl.it
- This can sometimes take a minute. If it throws some error, try refreshing. I've had good luck with Chrome and Firefox. If it fails, try going back to your github account and click on repl.it again.
- Implement the
sum_of_squares
function inmain.py
. - Confirm that the test passes by pressing the "play" button.
- Add a new test function called
test_two
that gives some other test case and confirm it passes. - Push your code back to github by clicking the "Version Control" button in the left panel. See here