MCPcopy 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

1import random
2
3def hangman():
4 word = random.choice(["tiger", "superman", "thor", "doraemon", "avenger", "water", "stream"])

Callers

nothing calls this directly

Calls 1

hangmanFunction · 0.85

Tested by

no test coverage detected