Nested list : Introduction : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Introduction »

 

Nested list


edward = ['Edward Gumby', 42]
john = ['John Smith', 50]
database = [edward, john]
print database



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo List
» Introduction