Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-496907.py
File
recipe-496907.py
recipes/Python/496907_Mastermindstyle_codebreaking/recipe-496907.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
random
2
from
itertools
import
izip, imap
3
from
math
import
log
4
Callers
nothing calls this directly
Calls
8
str
Function · 0.85
map
Function · 0.85
range
Function · 0.85
rungame
Function · 0.85
xrange
Class · 0.85
counts
Function · 0.85
average
Function · 0.70
clock
Class · 0.50
Tested by
no test coverage detected