S

Shyam Dubey • 3.70K Points
Extraordinary

Q. Which object do you use to create a FastAPI application?

  • (A) Flask()
  • (B) App()
  • (C) FastAPI()
  • (D) ApiApp()
  • Correct Answer - Option(C)
  • Views: 23
  • Filed under category Fast API
  • Hashtags:

Explanation by: Shyam Dubey
To create a FastAPI app, use `app = FastAPI()`.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.