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 |
How do you add in python?
What is the difference between .py and .pyc files?
Where will you use while rather than for?
Is python supports multithreading?
What is set in python 3?
What is print format value interpolation?
How do you insert an object at a given index in python?
When do you use list vs. tuple vs. dictionary vs. set?
What is the statement that can be used in python if the program requires no action but requires it syntactically?
What is __ file __ in python?
What is the difference between append() and extend() method in python?
What is redis python?