Skip to content

Instantly share code, notes, and snippets.

from itertools import chain, permutations
from statistics import mean, median
FIRST_PAYOUT = 6
MIN_UNKNOWN = 1
MAX_UNKNOWN = 9
# Enter the board here. Use 0 for unknown tiles.
BOARD = [
[ 9, 0, 0 ],