We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a7e57 commit 83a63d9Copy full SHA for 83a63d9
cellular_automata/conways_game_of_life.py
@@ -70,7 +70,7 @@ def new_generation(cells: list[list[int]]) -> list[list[int]]:
70
return next_generation
71
72
73
-def generate_images(cells: list[list[int]], frames) -> list[Image.Image]:
+def generate_images(cells: list[list[int]], frames: int) -> list[Image.Image]:
74
"""
75
Generates a list of images of subsequent Game of Life states.
76
0 commit comments