Point out the error (if any) in the code shown below if the system date is 18th June, 2017?
tday=datetime.date.today()bday=datetime.date(2017,9,18)till_bday=bday-tdayprint(till_bday)
tday=datetime.date.today()bday=datetime.date(2017,9,18)till_bday=bday-tdayprint(till_bday)Point out the error (if any) in the code shown below if the system date is 18th June, 2017?
tday=datetime.date.today()bday=datetime.date(2017,9,18)till_bday=bday-tdayprint(till_bday) Correct Answer 92 days, 0:00:00