Parse

Report a typo

Which datetime object will we get as the result of the code below?

from datetime import datetime


gregorian = datetime.strptime("1582/10/4, 00:01", "%Y/%m/%d, %I:%M")

Tip: Pay attention to the hours.

Select one option from the list
___

Create a free account to access the full topic