Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
random
2
3
# Ask user for the type of they want!
4
dice_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
exit
Function · 0.85
Tested by
no test coverage detected