List Python Tutorial

numList = [2000, 2003, 2005, 2006]
for x in numList:
    print x+1