From 5c8c2517e68016d2dd22249939e6de383191388c Mon Sep 17 00:00:00 2001 From: deadsmond <01.lewicki@gmail.com> Date: Mon, 25 Nov 2019 20:34:00 +0100 Subject: [PATCH] 'hm' --- TaskB01/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TaskB01/run b/TaskB01/run index 2e86dbe..2fc1a6b 100644 --- a/TaskB01/run +++ b/TaskB01/run @@ -59,7 +59,7 @@ class automata: # if the node exists if self.graph[q]: # search through all its connections to find value - for transition in self.graph[q].items: + for transition in self.graph[q]: print(transition, i) try: if transition[i]: