# date class takes a number of arguments in constructor method such as # Min, Max, Resolution, Year, Month, Date, from which Year, Month, and Date are mandatory d = date(2022, 1, 10) # Since we have ...