1.

Name the built-in types provided by Python?

Answer»

There are TWO CATEGORIES of ‘TYPES’ present in PYTHON, which is mutable and immutable.

Mutable built-in types
  • List
  • Dictionary
  • Set
Immutable built-in type
  • String
  • Number
  • Tuple


Discussion

No Comment Found