Back

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

Could someone tell me whether Lists are Mutable or Immutable in Python?

1 Answer

0 votes
by (3.9k points)

Yes, Lists are Mutable in Python. Python is an Object-Oriented Programming Language (OOP) in which everything is an object. Within these objects, some are Immutable and the others are Mutable. Immutable means the objects whose value cannot be manipulated once it has been created. And Mutable are those objects whose value could be changed after creation.

If you wish to become an expert in Python, then check out the Python certification course from Intellipaat. Which offers you a good training course that focuses on building practical skills. Also, have a look at our YouTube video on Python Projects for Beginners from our experts.

Related questions

0 votes
1 answer
asked Feb 20, 2021 in Python by laddulakshana (16.4k points)
0 votes
1 answer
asked May 30, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer
0 votes
1 answer
asked Nov 26, 2020 in Python by Rekha (2.2k points)
0 votes
1 answer
asked Nov 6, 2020 in Python by Sudhir_1997 (55.6k points)

Browse Categories

...