CBSE Class 12 Computer Science Question 53 of 105

Python Revision Tour — Question 7

Back to all questions
7
Question

Question 7

Which of the following is an invalid datatype in Python ?

  1. Set
  2. None
  3. Integer
  4. Real
Answer

Real

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