which standard datatype in python is immutable?



which standard datatype in python is immutable?..

Answer / Shaili Pandey

The `tuple` data type in Python is immutable. Once created, its elements cannot be changed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How do you add in python?

1 Answers  


What is the difference between .py and .pyc files?

1 Answers  


Where will you use while rather than for?

1 Answers  


Is python supports multithreading?

1 Answers  


What is set in python 3?

1 Answers  


What is print format value interpolation?

1 Answers  


How do you insert an object at a given index in python?

1 Answers  


When do you use list vs. tuple vs. dictionary vs. set?

1 Answers  


What is the statement that can be used in python if the program requires no action but requires it syntactically?

1 Answers  


What is __ file __ in python?

1 Answers  


What is the difference between append() and extend() method in python?

1 Answers  


What is redis python?

1 Answers  


Categories