Question:medium

Which of the following is a valid data type in Python?

Show Hint

In Python, the built-in data types include integers, floating-point numbers (float), complex numbers, and more. Double is not used in Python.
  • integer
  • float
  • double
  • complex
Show Solution

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0