MCPcopy 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
49def random_col(board):
50 return randint(0, len(board[0]) - 1)
51
52
53def game():

Callers 1

gameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected