import random from LaddersV1 import LaddersV1 class LaddersV2(LaddersV1): def dice(self): return random.randint(1, 3)