What are the pre-defined datatypes in Python?

The pre-defined datatypes are: -

  1. Integer
  2. Float
  3. String(str)
  4. List
  5. Tuple
  6. Dictionary
  7. Set
  8. Boolean
  9. None
1 Like