Update of /cvsroot/pythoncard/PythonCard/samples/life
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25454/samples/life
Modified Files:
lexicon.py
Log Message:
replaced tabs with spaces
Index: lexicon.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/samples/life/lexicon.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** lexicon.py 10 May 2004 00:45:19 -0000 1.15
--- lexicon.py 8 Aug 2004 18:07:43 -0000 1.16
***************
*** 17,32 ****
suggested by Bill Gosper, noting that the phase shown below displays
the period in binary.
! ....**......**....
! ...*.*......*.*...
! ...*..........*...
! **.*..........*.**
! **.*.*..**..*.*.**
! ...*.*.*..*.*.*...
! ...*.*.*..*.*.*...
! **.*.*..**..*.*.**
! **.*..........*.**
! ...*..........*...
! ...*.*......*.*...
! ....**......**....
"""
--- 17,32 ----
suggested by Bill Gosper, noting that the phase shown below displays
the period in binary.
! ....**......**....
! ...*.*......*.*...
! ...*..........*...
! **.*..........*.**
! **.*.*..**..*.*.**
! ...*.*.*..*.*.*...
! ...*.*.*..*.*.*...
! **.*.*..**..*.*.**
! **.*..........*.**
! ...*..........*...
! ...*.*......*.*...
! ....**......**....
"""
|