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.
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.
Create a free account to access the full topic