1,760
edits
Changes
→Required Modules and Functions
== Python Coding Requirements ==
=== Required Modules and Functions ===
<b><font color='blue'>Your python script is allowed to import only call all the built-in functions and the functions imported from the <u>os, subprocess and sys</u> modules from the standard library and all the built-in functions.</font></b>
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) in order to get a passing grade for this assignment:* dbda()* after()* before()* today() You should also create additional functions to improved the re-usability of your python code by adding the following functions to earn the maximum possible mark for this assignment:* days_in_mon()
* leap_year()
* valid_datesize_check()* value_check()
* usage()
* sanitize()
=== Coding Standard ===