Question:medium

In Python, which data type is immutable?

Show Hint

Think of a List as a pencil-written list (you can erase and change it) and a Tuple as one written in permanent ink. Use Tuples when you want to make sure your data stays constant throughout the program.
Updated On: May 11, 2026
  • List
  • Dictionary
  • Set
  • Tuple
Show Solution

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0


Questions Asked in CUET (UG) exam