What is the difference between `list` and `tuple` in Python?
Answer Posted / glibwaresoftsolutions
Lists are mutable, meaning you can change their content after creation. Tuples are immutable and cannot be changed once defined.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does Python support strongly for regular expressions? What are the other languages that support strongly for regular expressions?
How to exit python script in command prompt?
What is python distutils?
Draw a comparison between the range and xrange in python?
Can python be used for web client and web server side programming?
Which is the package fastest form of python?
Explain the use of with statement?
What is anaconda python used for?
Is python a programming language?
How to send a object and its value to the garbage collection?
Why pypy is faster than python?
Explain inheritance in python with example?
If a function does not have a return statement, is it valid?
Tell us what is python?
What is python enumerate?