From 9ddf010f5efebb9afe690a2d2d764314c6077ea2 Mon Sep 17 00:00:00 2001 From: deadsmond <01.lewicki@gmail.com> Date: Tue, 3 Dec 2019 15:53:43 +0100 Subject: [PATCH] 'hm' --- TaskB04/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TaskB04/run b/TaskB04/run index c03633b..c214c3e 100644 --- a/TaskB04/run +++ b/TaskB04/run @@ -58,4 +58,4 @@ with open(sys.argv[1].replace('.arg', '.exp'), 'r') as f: for line in f: # print(line.decode('utf-16', 'ignore')) print(type(line), list(line), line) - print(line) + print(line)