Skip to content

Commit 56e2c9a

Browse files
committed
Merge branch 'master' of https://github.com/Marioman2023/Python
2 parents 94efe95 + 396d6af commit 56e2c9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cellular_automata/von_neumann.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ def run_interactive_simulation(
571571
# Helper demo functions
572572
# -------------------------------------------------------------------------
573573

574+
574575
def demo_game_of_life() -> None:
575576
"""Example 1: Conway's Game of Life (B3/S23)."""
576577
try:
@@ -656,6 +657,7 @@ def demo_statistics() -> None:
656657
# Main demo orchestrator
657658
# -------------------------------------------------------------------------
658659

660+
659661
def demonstrate_cellular_automaton_features() -> None:
660662
"""Runs a set of cellular automaton demonstrations."""
661663
print("=" * 80)

0 commit comments

Comments
 (0)