From 33355054000620bde0d6361ea01a914aff3fac79 Mon Sep 17 00:00:00 2001 From: liangyt <1406019365@qq.com> Date: Sat, 3 May 2025 20:34:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- original.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/original.py b/original.py index 14359c8..3a89283 100644 --- a/original.py +++ b/original.py @@ -33,10 +33,10 @@ def getDim(content, dim): score = match.group() else: score = response.choices[0].message.content - print(score) return score if __name__ == "__main__": content = sys.argv[1] dim = sys.argv[2] - score = getDim(content, dim) \ No newline at end of file + score = getDim(content, dim) + print(score) \ No newline at end of file