Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

list data structure in python

A list is a data structure in Python that is a mutable, or changeable, 
ordered sequence of elements. Each element or value that is inside of a 
list is called an item.

EG:
chocolate_cake = ["eggs","flour","milk","baking soda", "choco powder"]

(Above is an example of a list)
 
PREVIOUS NEXT
Tagged: #list #data #structure #python
ADD COMMENT
Topic
Name
4+7 =