Created
February 29, 2012 18:18
-
-
Save jithusunny/1943273 to your computer and use it in GitHub Desktop.
o/p of life
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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