Mega Code Archive
Categories
/
Python Tutorial
/
List
All items
numList = [2000, 2003, 2005, 2006] for x in numList: print x+1