Skip to content

Instantly share code, notes, and snippets.

View mrshoe's full-sized avatar

David Shoemaker mrshoe

View GitHub Profile
LEAGUE_SIZE = 12
NONCONFERENCE_GAMES = 2
class Team:
def __init__(self, number):
self.number = number
self.wins = []
self.losses = []
self.winning_pct = 0.0
self.wins_500plus = 0
LEAGUE_SIZE = 12
class Team:
def __init__(self, number):
self.number = number
self.wins = []
self.losses = []
self.winning_pct = 0.0
self.opps_500plus = 0
self.wins_500plus = 0

Keybase proof

I hereby claim:

  • I am mrshoe on github.
  • I am mrshoe (https://keybase.io/mrshoe) on keybase.
  • I have a public key whose fingerprint is 1872 DEE4 931B 7466 9A7E 3731 26A0 93C6 0CB6 560C

To claim this, I am signing this object: