Are Tuples immutable?



Are Tuples immutable?..

Answer / Ritunjay Bandhu

Yes, tuples in Python are immutable. Once created, their contents cannot be changed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is the difference between Xrange and range?

1 Answers  


What are different methods to copy an object in python?

1 Answers  


What are the differences between c and python?

1 Answers  


What is hashmap in python?

1 Answers  


What are range and xrange?

1 Answers  


What does append () do in python?

1 Answers  


How do you merge one dictionary with the other?

1 Answers  


What is repl in python?

1 Answers  


You are required to scrap data from imdb top 250 movies page. It should only have fields movie name, year, and rating.

1 Answers  


What are python modules?

1 Answers  


What is a private method?

1 Answers  


What are the two types of functions in python?

1 Answers  


Categories