This commit is contained in:
deadsmond 2019-11-25 20:45:40 +01:00
parent 92c64577ca
commit 971ff7fd4f

View File

@ -67,6 +67,7 @@ class automata:
if value == i:
# append next node
result.append(connections[value])
print(result)
# return list of next nodes
return result