Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use this link to create your repository for class07 on GitHub:   https://classroom.github.com/a/BXJi_rOz


As we learned how to do in class02, clone the class07 repository into your working area on Rivanna. 

...

You should always include input validation as needed in your programs.  Modify input.py to include some validation.  It would be great if you came up with your own.  But, you can copy what I have above (if you understand it).  Test that everything works as expected.  We will learn methods later in the course to check the type of data included.  


Include documentation to input.py and add, commit, and push it to your repository on GitHub . 

...