Mega Code Archive

 
Categories / Python Tutorial / List
 

Items of a list are separated by commas and enclosed in square brackets

edward = ['Joe', 42]  print edward