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