monthList = ["January", "February", "March", "April", "May", "June", "July", "August", "September","October", "November", "December"]wordCount = len(monthList)halfCount = wordCount/2firstHalf = monthList[ : halfCount]wordCount = len(firstHalf)middleStart = wordCount/2middleHalf = monthList[middleStart : middleStart+halfCount]print middleHalf
Name (required)
email (will not be published) (required)
Website