MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / main.py

File main.py

projects/DnD Dice/main.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import random
2
3# Ask user for the type of they want!
4dice_type = int(input("Pick a Dice type: \n1. D4\n2. D6\n3. D8\n4. D10\n5. D12\n6. D20\n7. D100\n\n"))

Callers

nothing calls this directly

Calls 1

exitFunction · 0.85

Tested by

no test coverage detected