CBSE Class 11 Computer Science Question 4 of 42

Practice Paper — Question 4

Back to all questions
4
Question

Question 4

Which of the following is an invalid data type in Python?

  1. Sets
  2. Real
  3. Integer
  4. None of these
Answer

Real

Reason — Real is not a standard built-in data type in Python.