Created
September 24, 2012 21:15
-
-
Save jiffyclub/3778422 to your computer and use it in GitHub Desktop.
Conway's Game of Life in an IPython Notebook
To make this work in Python 3, replace all xrange
with range
(3 replacements) and also replace length/2
with length//2
. Then it works fine in Python 3.8.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Kay1223: It should work fine with Python 2.7