Apr-22-2022, 12:47 PM
I think this stems from the module "datetime" having the same name as the class "datetime", which is confusing.
Try changing your line 34 to this:
Try changing your line 34 to this:
date1 = calc_easter(datetime.datetime.now().year)