Q. Which of the following is not a valid Python data type?
β
Correct Answer: (D)
real
Explanation: Python doesn't have a `real` type. Use `float` for real numbers.