Mega Code Archive

 
Categories / Python / List
 

List items need not all have the same type

a = ['spam', 'eggs', 100, 1234] print a