from collections import namedtuple PlayOptions = namedtuple('PlayOptions', ['hit', 'stand', 'double', 'split'])