MCPcopy 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
45def random_row(board):
46 return randint(0, len(board) - 1)
47
48
49def random_col(board):

Callers 1

gameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected