Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-194364.py
File
recipe-194364.py
recipes/Python/194364_The_Markov_Chain_Algorithm/recipe-194364.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
random;
2
import
sys;
3
4
nonword =
"\n"
# Since we split on whitespace, this can never be a word
Callers
nothing calls this directly
Calls
5
xrange
Class · 0.85
split
Method · 0.45
append
Method · 0.45
setdefault
Method · 0.45
exit
Method · 0.45
Tested by
no test coverage detected