Skip to content

Instantly share code, notes, and snippets.

@jithusunny
Created February 29, 2012 18:18
Show Gist options
  • Save jithusunny/1943273 to your computer and use it in GitHub Desktop.
Save jithusunny/1943273 to your computer and use it in GitHub Desktop.
o/p of life
jisuka@HCL:~/git/Life$ python life.py
Enter the size of universe: 12
Enter the number of live cells:4
Now, please enter the live cell co-ordniates
-5 5
-5 6
-5 7
-6 6
day 1
* * *
*
day 2
*
* * *
* * *
day 3
* * *
* *
*
day 4
*
*
* *
*
*
day 5
* * *
* *
* * *
day 6
*
* *
* *
* *
*
day 7
*
* * *
* * * *
* * *
*
day 8
* * *
* *
* *
* *
* * *
day 9
*
* * *
* * *
* * * * * *
* * *
* * *
*
day 10
* * *
* *
* *
* *
* * *
day 11
*
*
*
* * * * * *
*
*
*
day 12
* * *
* *
* *
* *
* * *
^Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment