Versions Compared

Key

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

...

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 . 

...