From b08baa911077b4311169076416d343b2c1e0d158 Mon Sep 17 00:00:00 2001 From: s45150 Date: Tue, 12 Dec 2017 18:59:49 +0100 Subject: [PATCH] commited tasks --- labs03/task05.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/labs03/task05.py b/labs03/task05.py index 1208bb0..42563a4 100644 --- a/labs03/task05.py +++ b/labs03/task05.py @@ -1,3 +1,6 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + #task05 import os @@ -20,5 +23,5 @@ for Fname in glob.glob(os.getcwd() + '\scores\*.bleu'): BLEUValue = BLEUValueTmp BLEUFileMax = fp.name -print(BLEUValue) -print(BLEUFileMax) \ No newline at end of file +print "Max:", BLEUValue +print "File Name: ", BLEUFileMax \ No newline at end of file