Why the list is most powerful tool in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Why the list is most powerful tool in python

28th May 2020, 3:48 PM
Ritik Sharma
5 Answers
+ 3
Because that is the only thing apart from the interpreter that you need to code in python or any other language
28th May 2020, 3:55 PM
Arsenic
Arsenic - avatar
+ 3
Some will agree and some might not. List is a data structure in Python that lets you do a lot of operation in a very easy manner. It is because of the functions that are used with them. Lists are mutable so they can be modified. Here is a simple example to demonstrate some of the operations that can be performed on them. https://code.sololearn.com/cx1V8gF1BxzC/?ref=app
28th May 2020, 4:09 PM
Avinesh
Avinesh - avatar
+ 2
Okk tnksss
28th May 2020, 3:57 PM
Ritik Sharma
+ 1
It's your code editor.
28th May 2020, 3:51 PM
Arsenic
Arsenic - avatar
+ 1
I can't understand please brief it
28th May 2020, 3:53 PM
Ritik Sharma