MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / main.py

File main.py

projects/Battleship/main.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from random import randint
2
3board = []
4size = 5

Callers

nothing calls this directly

Calls 1

new_gameFunction · 0.70

Tested by

no test coverage detected