What are the common built-in data types in Python?

Python supports the below-mentioned built-in data types:

Immutable data types:

  • Number
  • String
  • Tuple

Mutable data types:

  • List
  • Dictionary
  • set

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *