Write a program that returns a Response object when accessing the main page ( / ). The message should show the current date in YYYY.MM.DD format and the response code 200.
Tip: You can get the time with the datetime module, see the code below