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