diff --git a/TaskB01/run b/TaskB01/run index a359676..c5aefe0 100644 --- a/TaskB01/run +++ b/TaskB01/run @@ -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