R

Ravina • 3.96K Points
Extraordinary

Q. What type is commonly returned by FastAPI route functions?

  • (A) str
  • (B) dict
  • (C) int
  • (D) tuple
  • Correct Answer - Option(B)
  • Views: 13
  • Filed under category Fast API
  • Hashtags:

Explanation by: Ravina
FastAPI usually returns JSON responses, which are built from `dict` objects.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.