A

Admin • 833K Points
Coach

Q. Which of the following is not a valid Python data type?

  • (A) int
  • (B) str
  • (C) float
  • (D) real
  • Correct Answer - Option(D)
  • Views: 35
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

Python doesn't have a `real` type. Use `float` for real numbers.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.