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