From 971ff7fd4f162b4dfff836a0b91ed88dd7dfc6e8 Mon Sep 17 00:00:00 2001 From: deadsmond <01.lewicki@gmail.com> Date: Mon, 25 Nov 2019 20:45:40 +0100 Subject: [PATCH] 'hm' --- TaskB01/run | 1 + 1 file changed, 1 insertion(+) 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