Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ is_draw
Function
is_draw
tic-tac-toe.py:25–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
return
False
24
25
def
is_draw():
26
return
" "
not in board
27
28
current_player =
"X"
29
Callers
1
tic-tac-toe.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected