start_date=input("enter the start date (YYYY-MM-DD HH:MM:SS):") end_date=input("enter the end date (YYYY-MM-DD HH:MM:SS):") start_obj=datetime.datetime.strptime(start ...