Defining a List : Introduction : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Introduction »

 

Defining a List


numList = [2000200320052006]
stringList = ["Essential""Python""Code"]
mixedList = [12"three"4]
subList = ["Python""Phrasebook"["Copyright"2006]]
listList = [numList, stringList, mixedList, subList]



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo List
» Introduction