From b5a45aae76689f88279045994f4ce1229e54c3dc Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 2 Jul 2023 11:07:11 +0800
Subject: [PATCH] save project

---
 quiz.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/quiz.py b/quiz.py
index baea773..8bdfceb 100644
--- a/quiz.py
+++ b/quiz.py
@@ -5,4 +5,4 @@ print(score['悟空语文']
 # 打印出悟空的美术成绩
 print(score['悟空美术'])
 # 打印出悟空英语成绩:
-print('悟空英语成绩是'+int(score['悟空英语'])!')
\ No newline at end of file
+print('悟空英语成绩是'+str(score['悟空英语'])!')
\ No newline at end of file
--
libgit2 0.25.0