Quick comment add before checking out 0.11
This commit is contained in:
parent
4819fc28e5
commit
dc8affb8c3
|
@ -50,6 +50,10 @@ def fourStartCards(value1, suit1, value2, suit2, value3, suit3, value4, suit4):
|
||||||
(y+2) represents rank of second card (2=2 .. 14=Ace)
|
(y+2) represents rank of second card (2=2 .. 14=Ace)
|
||||||
If x > y then pair is suited, if x < y then unsuited"""
|
If x > y then pair is suited, if x < y then unsuited"""
|
||||||
# This doesn't actually do anything yet - CG
|
# This doesn't actually do anything yet - CG
|
||||||
|
#AAKKds
|
||||||
|
#AAKKs
|
||||||
|
#AAKKr
|
||||||
|
# Is probably what we are looking for
|
||||||
return(0)
|
return(0)
|
||||||
|
|
||||||
def cardFromValueSuit(value, suit):
|
def cardFromValueSuit(value, suit):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user