What is list when we have to use ?



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

Post New Answer

More Python Interview Questions

What is a repl in python?

1 Answers  


How to make any variable private in python ?

1 Answers  


What is setup script?

1 Answers  


What does end do in python?

1 Answers  


Write a regular expression that will accept an email id. Use the re module.

1 Answers  


Can you use r in python?

1 Answers  


What is python enumerate?

1 Answers  


What is raise keyword do in python exception handling?

1 Answers  


Why you should learn python in 2019?

1 Answers  


is there any maximum length expected for an identifier?

1 Answers  


How you can convert a number to a string?

1 Answers  


Do you know what is numpy and how is it better than a list in python?

1 Answers  


Categories