annotate Automata.py @ 4:25a37e890cc4
just add line feed character
author |
is_rusinov |
date |
Fri, 03 Dec 2010 14:20:26 +0300 |
parents |
5b17f70d5043 |
children |
a40cbd127d39 |
rev |
line source |
Ilia@1
|
1 class Automata(object): |
Ilia@1
|
2 #field[][] |
Ilia@1
|
3 #states[] |
Ilia@1
|
4 #??? ???????? ????????? ?????? ???? ? ????????? ? ?????? ????????? ????????? ?????? ????? ???????????????? ????????? ? ??????????????? ??????? ?????????? ??????, ??????? ????? ????????? ? ?????????? |
Ilia@1
|
5 def __init__(self,width,height,states): |
Ilia@1
|
6 pass |
Ilia@1
|
7 def nextStep(): |
Ilia@1
|
8 pass |
Ilia@1
|
9 def changeSize(width,height): |
Ilia@1
|
10 pass |
Ilia@1
|
11 def containState(symbol): |
is_rusinov@3
|
12 return False |