Python ­ How to create a multidimensional list?



Python ­ How to create a multidimensional list?..

Answer / Rahul Krishnan Shrivastava

To create a multidimensional (nested) list in Python, you simply use nested square brackets: [[...], [...], ...]

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is s in python 3?

1 Answers  


What's a python script?

1 Answers  


Explain all the file processing modes supported by python?

1 Answers  


Explain try keyword?

1 Answers  


What is setuptools in python?

1 Answers  


What is the dictionary in Python?

1 Answers  


What made you to choose python as a programming language?

1 Answers  


Which website is best for python?

1 Answers  


Explain the use of decorators?

1 Answers  


What is the use of repr function in python?

1 Answers  


What is a decorator in python?

1 Answers  


What are classes in programming?

1 Answers  


Categories