Skip to content

Instantly share code, notes, and snippets.

@who-you-me
Created December 21, 2012 15:02
Show Gist options
  • Select an option

  • Save who-you-me/4353340 to your computer and use it in GitHub Desktop.

Select an option

Save who-you-me/4353340 to your computer and use it in GitHub Desktop.
# -*- coding: utf- 8 -*-
teams = ['g', 'd', 's', 'c', 't', 'db',
'f', 'l', 'h', 'e', 'm', 'bs']
teams_old= ['g', 'd', 's', 'c', 't', 'yb',
'f', 'l', 'h', 'e', 'm', 'bs']
central = teams[:6]
pacific = teams[6:]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment