Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

list in python

#list is data structure 
#used to store different types of data at same place
list = ['this is str', 12, 12.2, True]
 
PREVIOUS NEXT
Tagged: #list #python
ADD COMMENT
Topic
Name
1+7 =