Google News
logo
Flask - Quiz(MCQ)
The __________ decorator in Flask is used to bind URL to a function.
A)
route()
B)
rend()
C)
read()
D)
write()

Correct Answer :   route()


Explanation : The route() decorator in Flask is used to bind URL to a function.

Advertisement