What is list when we have to use ?
Answer / Prashant Parashar
Lists are used in Python for collections of items (like arrays in other languages). They can store multiple data types and can be dynamically resized.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a repl in python?
How to make any variable private in python ?
What is setup script?
What does end do in python?
Write a regular expression that will accept an email id. Use the re module.
Can you use r in python?
What is python enumerate?
What is raise keyword do in python exception handling?
Why you should learn python in 2019?
is there any maximum length expected for an identifier?
How you can convert a number to a string?
Do you know what is numpy and how is it better than a list in python?