When do you choose a list over a tuple?
Answer / Ramayan Ji Mishra
You would choose a list over a tuple when the elements are required to be mutable and can change during runtime. Lists in Python allow insertions, deletions, and modifications of elements.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is == in python?
What are the two types of functions in python?
Explain PYTHONPATH
Is python a shell?
What is a control flow statement?
How do you programmatically know the version of python you are using?
What is arange function in python?
Name few python web frameworks for developing web applications?
What is pip software in the python world?
Can we develop a web application using Python
Is it easy to learn python?
what is beautifulsoup module will do in python?