Generation

generate functionSat, 12 Nov 2022

Return the average roll of any valid dungeons and dragon dice

def roll(d): return random.randint(1, d)

Want to kickstart your project?Use the new AI Studio to create your code