Computer Science

Which of the following is an invalid datatype in Python ?

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

Python Funda

1 Like

Answer

Real

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

Answered By

3 Likes


Related Questions