What is the difference between `list` and `tuple` in Python?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
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 |
Answer / 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 |
Why is this important?
What’s the difference between a for loop and a while loop?
How does break work in python?
Explain accessor and mutator methods in python?
What is import in python?
Should I learn python before c?
What is a repl in python?
How can you handle multiple exception in python?
Why python is fast?
What is python and explain some of its benefits?
What is sockets? Explain.
What is the difference between Python and PHP?