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 |
What is the difference between Xrange and range?
What are different methods to copy an object in python?
What are the differences between c and python?
What is hashmap in python?
What are range and xrange?
What does append () do in python?
How do you merge one dictionary with the other?
What is repl in python?
You are required to scrap data from imdb top 250 movies page. It should only have fields movie name, year, and rating.
What are python modules?
What is a private method?
What are the two types of functions in python?