What are the Built-in types Available in Python?

Discussion RoomCategory: Interview QuestionWhat are the Built-in types Available in Python?
Ashly asked 5 years ago

The most commonly used built-in types in Python are

  1. Immutable built-in types of Python
  • Strings
  • Numbers
  • Tuples
  1. Mutable built-in types of Python
  • List
  • Sets
  • Dictionaries
Scroll to Top