'hm'
This commit is contained in:
parent
92c64577ca
commit
971ff7fd4f
@ -67,6 +67,7 @@ class automata:
|
|||||||
if value == i:
|
if value == i:
|
||||||
# append next node
|
# append next node
|
||||||
result.append(connections[value])
|
result.append(connections[value])
|
||||||
|
print(result)
|
||||||
# return list of next nodes
|
# return list of next nodes
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user