Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (55.6k points)

Can anyone explain the mutable data types in Python?

1 Answer

0 votes
by (119k points)

Mutable data types are the objects that can be modified and altered (i.e. adding new elements, removing an element, replacing an element) even after creating an object. The mutable objects in Python are:

  • List
  • Dictionary
  • Set
  • Array

You can check out this Python Tutorial by Intellipaat to learn more about Datatypes in Python.

Also, watch this video on Python data types:

Related questions

0 votes
1 answer
asked Feb 7, 2021 in Python by ashely (50.2k points)
0 votes
1 answer
asked Feb 4, 2021 in Python by Rekha (2.2k points)
0 votes
1 answer
asked Feb 20, 2021 in Python by laddulakshana (16.4k points)
0 votes
1 answer
asked Sep 3, 2020 in Python by ashely (50.2k points)
0 votes
1 answer
asked May 30, 2020 in Python by Sudhir_1997 (55.6k points)

Browse Categories

...