Question: Hello this is great, but this solution doesn't work for me with the following error ( see attached ) . AttributeError: type object 'datetime.datetime' has
Hello this is great, but this solution doesn't work for me with the following error see attached AttributeError: type object 'datetime.datetime' has no attribute 'fromisoformat' I went into the datetime documention and see that our code checker is on an older Python version from so this function isn't available. Im pretty sure we need to use something closer to datetime.strptime instead, but that's where Im stuck. Can you edit this solution but avoid using the newer 'fromisformat' object?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
