# on Christoffer's kill list class Cup: def roll(self): return ( random.randrange(1,7), random.randrange(1,7) )