Question 1
What does immutability mean in python?
Question 2
Can you modify the elements of a list in python?
Question 3
Which of the following is not an immutable type in python?
Question 4
Can you modify individual elements of a tuple in python?
Question 5
Which of the following statements is true about strings in python?
Question 6
Which of the following is an example of an immutable data type in python?
Question 7
What happens when you try to modify an immutable object in python?
Question 8
What is the advantage of immutability in python?
Question 9
Can you modify the keys of a dictionary in python?
Question 10
Which of the following data types in python is immutable?