hnc-eduard/LaddersV2.py

9 lines
141 B
Python
Executable File

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