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!









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