Exercise: Reformat a date string

First parse '2024-12-25' into a datetime, then format it back out as '25-Dec-2024'.
Python
Setting up Python environment...
Output