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

10 Likes

Answer

Integer

Boolean

complex

floating point

Answered By

2 Likes


Related Questions