Roll D6
import random
dice = random.randint(1, 6)
Difficult Dolphin
import random
dice = random.randint(1, 6)