From 860f3c7db51e932e86e8cf598a78fc909c5bc319 Mon Sep 17 00:00:00 2001 From: deadsmond <01.lewicki@gmail.com> Date: Tue, 3 Dec 2019 21:44:17 +0100 Subject: [PATCH] 'hm' --- TaskB04/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TaskB04/run b/TaskB04/run index fe2e154..2e3b01a 100644 --- a/TaskB04/run +++ b/TaskB04/run @@ -57,5 +57,5 @@ shutil.copy( with open(sys.argv[1].replace('.arg', '.exp'), 'r') as f: for line in f: # print(line.decode('utf-16', 'ignore')) - result = [type(line), list(line), line] - print(result) + result = [list(line), line] + print(str(result[1]))