From 075301248c9bfb2b7ecfa7e59a70e90331c61077 Mon Sep 17 00:00:00 2001 From: deadsmond <01.lewicki@gmail.com> Date: Mon, 25 Nov 2019 19:44:00 +0100 Subject: [PATCH] 'hm' --- TaskB01/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TaskB01/run b/TaskB01/run index 40efef8..9ae40ec 100644 --- a/TaskB01/run +++ b/TaskB01/run @@ -73,5 +73,5 @@ print(auto) f = open(sys.argv[1], 'r') -# for line in f: - # print(auto.test_string(line)) +for line in f: + print(auto.test_string(line))