Which of the following is a sequence of immutable Python objects?
List
Tuple
None
Boolean
Answers
Answered by
1
list
not sure about answer
Answered by
1
Tuples are immutable i.e the value cannot be changed. So, Option D is correct.
Similar questions