Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 2)
2.
Which of the following is a mutable data type?
String
Tuple
List
Float
Answer: Option
Explanation:
Lists are mutable in Python, meaning that their contents can be changed after they are created. Strings, tuples, and floats are all immutable, meaning that their contents cannot be changed after they are created.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.