Help for deck.draw

Project

deck

Function

draw

Sample CLI

gway deck draw

Full Code

def draw(*cards, name="latest", marks=None):
    # Marks a card as 'held' and 'seen' plus any extra marks if provided
    # Then calculates the chance of next pulling each SUIT based on which cards are NOT 'held'
    # Then the DEALT metadata of the deck should be increased by the number of
    # cards removed (with the marks held/seen added)
    pass