Menu
Home
AI
Machine Learning
Data Science
Python
Interview Questions
Python question of the day
Which of the following python objects is immutable?
set
dict
list
str
Explanation:
In python, string objects are immutable. So a string value cannot be updated/changed once it is created.
Top 100 python interview questions: