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 |
What is s in python 3?
What's a python script?
Explain all the file processing modes supported by python?
Explain try keyword?
What is setuptools in python?
What is the dictionary in Python?
What made you to choose python as a programming language?
Which website is best for python?
Explain the use of decorators?
What is the use of repr function in python?
What is a decorator in python?
What are classes in programming?