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
What is the common way for the flask script to work?
What does float () do in python?
What does unittest main () do?
What is jinja python?
Do you know what are the optional statements that can be used inside a
Why is used in python?
Which apps use python?
Is coding useful in finance?
What does file flush mean?
How fast can you learn python?
What’s the difference between a list and a dictionary?
How do I share global variables across modules?
What are the nameless functions in python?
What is tail recursion?
Explain about classes in strings?