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 |
What is web scraping? How do you achieve it in python?
What is docstring in Python?
What are functions in python?
What are the optional statements that can be used inside a <try-except> block in python?
What are migrations in python?
Does apple use python?
What is the best interpreter for python?
What does code coverage mean?
How will you uit the python?
Can I use notepad ++ for python?
Why do you need to make your code more readable?
What super does in python?