Python Interview questions - dta
(Python version 3.9 or later version)
Which of the following Python objects is immutable?
set
dict
list
str
Explanation
str is immutable