The Flask class's ____function is a decorator that instructs the application which URL should call the related function?

14. The Flask class's ____function is a decorator that instructs the application which URL should call the related function?

  1. Route()
  2. Api()
  3. Name()

Answer: A) Route()

Explanation:

The Flask class's route() function is a decorator that instructs the application which URL should call the related function.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.