MCPcopy 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
25def is_draw():
26 return " " not in board
27
28current_player = "X"
29

Callers 1

tic-tac-toe.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected