Log in om je oplossingen te testen.
# Dungeon master program # ------------------------- # Import libraries # ------------------------- # ------------------------- # Subprograms # ------------------------- # Function to return if a skill check is passed in DnD5e def check_skill(skill, modifier, dm_value): # ------------------------- # Main program # ------------------------- result = check_skill(skill, modifier, dm_value) print(result)

  Python sandbox

In dit venster kan je Python-code uitvoeren zonder iets te moeten installeren. De code die je hier schrijft wordt niet automatisch ingediend in Dodona.

Testgeval dat gedebugd wordt