Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started