R

Ravina • 3.96K Points
Extraordinary

Q. Which statement correctly defines a FastAPI app?

  • (A) app = Application()
  • (B) app = FastApp()
  • (C) app = FastAPI()
  • (D) app = WebAPI()
  • Correct Answer - Option(C)
  • Views: 18
  • Filed under category Fast API
  • Hashtags:

Explanation by: Ravina

The correct syntax is `app = FastAPI()` to initialize the app.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.