Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

can list hold different data types in python

#lists can hold diffrent types of datatypes at a single time
list_example = ["list",4,True,7.0]
print(list_example)
 
PREVIOUS NEXT
Tagged: #list #hold #data #types #python
ADD COMMENT
Topic
Name
4+7 =