From 7f17a108f768a4b1edb02f5c8197c3236e32f6e2 Mon Sep 17 00:00:00 2001 From: deadsmond <01.lewicki@gmail.com> Date: Tue, 3 Dec 2019 21:52:53 +0100 Subject: [PATCH] 'hm' --- TaskB04/run | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TaskB04/run b/TaskB04/run index d6755af..9578860 100644 --- a/TaskB04/run +++ b/TaskB04/run @@ -56,6 +56,4 @@ shutil.copy( with open(sys.argv[1].replace('.arg', '.exp'), 'r') as f: for line in f: - # print(line.decode('utf-16', 'ignore')) - result = [list(line), line] - print(''.join(list(result[1][:-1]))) + print(''.join(list([list(line), line][1][:-1])))