1,760
edits
Changes
→Required Modules and Functions
Based on the algorithm you have designed for this assignment, you should at least have the following four functions defined in your python script (see later section on the purpose of each function):
* leap_year()
* range_check()
* sanitize()
* size_check()
* usage()
=== Coding Standard ===