Your boss has assigned you a task to convert a set of dates to a human-readable text format that anyone can easily understand. You have written a function date_to_text() to do the same.
You now want to pass all the dates from the list dates, to this function and get the results. Use the starmap() method to do the same and print the results on the screen.