MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / initialize

Function initialize

Convoys_GameofLife/GameOfLife.py:28–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 curses.init_pair(3, curses.COLOR_YELLOW, curses.COLOR_BLACK)
27
28 def initialize():
29 return [[False for _ in range(cols)] for _ in range(rows)]
30
31 def seed():
32 grid = initialize()

Callers 1

seedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected