coding-horror / basic-computer-games

An updated version of the classic "Basic Computer Games" book, with well-written examples in a variety of common MEMORY SAFE, SCRIPTING programming languages. See https://coding-horror.github.io/basic-computer-games/
The Unlicense
10.84k stars 1.33k forks source link

Update life_for_two.py #808

Closed AnthonyMichaelTDM closed 2 years ago

AnthonyMichaelTDM commented 2 years ago

I noticed that my PR's for Rust implementations were failing the python checks, after looking into this I saw that those failures where caused by syntax errors in the python implementation of 56_Life_For_Two, this PR fixed those errors.