/first-flask-assignment

First flask assignment from our Step by Step Flask Tutorial

Primary LanguagePython

Our first Flask Assignment

In this simple flask assignment you have two simple requirements:

Requirement 1

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:

image

Requirement 2

Create a new route for /python that returns HTML code with a title containing the message Python Programming Language, as shown below:

image

The HTML code of the view should look similar to this:

image