Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ndleah/python-mini-project
/ hangman.py
File
hangman.py
Hangman_Game/hangman.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
random
2
3
def
hangman():
4
word = random.choice([
"tiger"
,
"superman"
,
"thor"
,
"doraemon"
,
"avenger"
,
"water"
,
"stream"
])
Callers
nothing calls this directly
Calls
1
hangman
Function · 0.85
Tested by
no test coverage detected