Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 31)
31.
Which of the following data types is mutable?
int
float
str
list
Answer: Option
Explanation:
Lists in Python are mutable, meaning their elements can be changed after the list is created.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.