Computer Science

Which of the following are datatypes considered as Numbers in Python.

  1. Integer
  2. Boolean
  3. complex
  4. floating point
  5. list
  6. None

Python Data Handling

7 Likes

Answer

Integer

Boolean

complex

floating point

Answered By

1 Like


Related Questions