In this simple flask assignment you have two simple requirements:
We've defined a route to '/' named home. It's currently empty. You should return the message "Hello World" from it, as shown in the following picture:
Create a new route for /python that returns HTML code with a title containing the message Python Programming Language, as shown below:
The HTML code of the view should look similar to this:


