Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mrinank-Bhowmick/python-beginner-projects
/ create_board
Function
create_board
projects/Connect Four/main.py:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
14
15
def
create_board():
16
board = np.zeros((ROW_COUNT, COLUMN_COUNT))
17
return
board
18
19
20
def
drop_piece(board, row, col, piece):
Callers
1
main.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected