Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mrinank-Bhowmick/python-beginner-projects
/ random_col
Function
random_col
projects/Battleship/main.py:49–50 ·
view source on GitHub ↗
(board)
Source
from the content-addressed store, hash-verified
47
48
49
def
random_col(board):
50
return
randint(0, len(board[0]) - 1)
51
52
53
def
game():
Callers
1
game
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected