1,760
edits
Changes
→Class Requirements
* Method attributes: tomorrow(), yesterday(), day_of_week()
* Operator Overloading:
** '+': perform addition for two Date() object, and one date object and an integer.** '-': perfome substraction perform subsraction for two Date() object, and one date object and an integer
* Special methods:
** __init__(self): Date object constructor