Exercise: Format with month name

Produce a friendly string like 'July 04, 2024' using the format '%B %d, %Y'.
Python
Setting up Python environment...
Output