Direction: Choose the correct option
Q1.
What is Flask?
Direction: Choose the correct option
Q2.
How do you create a Flask application instance?
Direction: Choose the correct option
Q3.
What decorator is used to define a route?
Direction: Choose the correct option
Q4.
What does `return 'Hello'` in a view function do?
Direction: Choose the correct option
Q5.
How do you run a Flask development server?
Direction: Choose the correct option
Q6.
What is the purpose of `render_template()`?
Direction: Choose the correct option
Q7.
How do you access GET parameters in Flask?
Direction: Choose the correct option
Q8.
How do you access POST form data?
Direction: Choose the correct option
Q9.
What does `@app.route('/post/')` do?
Direction: Choose the correct option
Q10.
How do you set the debug mode in Flask?
