Exercise: Parse a date string

Use strptime with the format '%Y-%m-%d' to turn the string into a real datetime.
Python
Setting up Python environment...
Output