Welcome to Westonci.ca, the place where your questions are answered by a community of knowledgeable contributors. Discover in-depth solutions to your questions from a wide range of experts on our user-friendly Q&A platform. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.

What error does the Python interpreter report when trying to use `timedelta` with `datetime.datetime`?
A) AttributeError: 'datetime.datetime' object has no attribute 'timedelta'.
B) ImportError: cannot import name 'timedelta' from 'datetime'.
C) TypeError: 'module' object is not callable.
D) SyntaxError: invalid syntax.