Skip to content

Instantly share code, notes, and snippets.

View EightAndAHalfTails's full-sized avatar

Jake Humphrey EightAndAHalfTails

  • Alcatel IP Networks
  • Harefield, London, UK
View GitHub Profile
size = 9
top = "63742AKRT"
bot = "3547RAQKT"
def score(t, b):
#print t
#print b
# No remaining cards to match
if len(t) == 0 or len(b) == 0:
#print "End"