Quiz: The Core App
Check your understanding of the Core App.
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__)
Question 1 of 70 attempted
Get hands-on with 1400+ tech skills courses.