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