Mega Code Archive

 
Categories / Python / List
 

List for iteration

for x in [1, 2, 3]: print x,      # iteration