Which string will we get as a result of the following code:
first_website = datetime(1991, 8, 6)
print(first_website.strftime("The first website was published on %d %B %Y"))
Enter the answer below.
Tip: Don't forget to include everything from the format string.