question # 4\nmultiple choice\nwhich is immutable?\ndeque\nlist\ntuple\ndataset

question # 4\nmultiple choice\nwhich is immutable?\ndeque\nlist\ntuple\ndataset

question # 4\nmultiple choice\nwhich is immutable?\ndeque\nlist\ntuple\ndataset

Answer

Brief Explanations:

In Python, a tuple is an immutable sequence type. Once created, its elements cannot be changed, added, or removed. Deques, lists, and datasets (which are often mutable collections or objects that can be modified) are mutable.

Answer:

C. tuple