Problem 2
Build a skeleton website, using Flask's debug/reload development web server. Ensure that the server starts up for hostname localhost on default port 5000 . If your computer is already using port 5000 for something else, use another port number.
Problem 3
Add a home() function to handle requests for the home page. Set it up to return the string It's alive!.