Computer Science

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

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

Python Funda

1 Like

Answer

Real

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

Answered By

1 Like


Related Questions