Skip to content

rmotr-individual-assignments/first-flask-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

First flask assignment from our Step by Step Flask Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages