mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 10:28:39 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
c96dc36e04
commit
b310c14266
@ -51,7 +51,6 @@ def seed(canvas: list[list[bool]]) -> None:
|
|||||||
canvas[i][j] = bool(random.getrandbits(1))
|
canvas[i][j] = bool(random.getrandbits(1))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def run(canvas: list[list[bool]]) -> list[list[bool]]:
|
def run(canvas: list[list[bool]]) -> list[list[bool]]:
|
||||||
"""
|
"""
|
||||||
This function runs the rules of game through all points, and changes their
|
This function runs the rules of game through all points, and changes their
|
||||||
|
Loading…
x
Reference in New Issue
Block a user