- 2
Can someone explain how lists work
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/
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
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
- 1
and how do you the number of list that will
be displayed