- 2

Can someone explain how lists work

5th Nov 2017, 8:52 AM
Festus Mabale
Festus Mabale - avatar
5 ответов
+ 2
@Festus Mabale: Is your question about slicing notation (how to access specific item or range of items in a list)? http://pythoncentral.io/how-to-slice-listsarrays-and-tuples-in-JUMP_LINK__&&__python__&&__JUMP_LINK/
5th Nov 2017, 9:17 AM
visph
visph - avatar
0
it is a group of items, where all items have their index which is 0 index of first item and len(your-list)-1 is index of last item and you can add item in it or delete. also you can search for item
5th Nov 2017, 8:57 AM
Mantelis
Mantelis - avatar
0
a list can have its name. so you can have several list with diferent name. list has his length also, it is ammount of elements inside
5th Nov 2017, 9:06 AM
Mantelis
Mantelis - avatar
- 1
and how do you the number of list that will be displayed
5th Nov 2017, 8:58 AM
Festus Mabale
Festus Mabale - avatar