|
Study Material
Computer Science
Which of the following is not an immutable type in Python?
String
Tuples
Set
dictionary
Python Data Handling
15 Likes
Answer
Set
dictionary
Answered By
4 Likes
Related Questions
The operator used to check if both the operands reference the same object memory, is the .......... operator.
View Answer
Bookmark Now
For two objects x and y, the expression x is y will yield True, if and only if
View Answer
Bookmark Now
Python operator always yields the result of .......... datatype.
View Answer
Bookmark Now
What is the value of the expression 100 / 25?
View Answer
Bookmark Now