Quiz: The Core App

Check your understanding of the Core App.

We'll cover the following...

Quiz

1.

Which command is the correct way of creating an instance of a Flask application?

A.
app = run(__main__)
B.
app = flask(__Main__)
C.
app = run(__name__)
D.
app = Flask(__name__)
E.
app = Run(__Name__)

1 / 7
...