From 6a5c2e266f13a1a260316ab1533142af2eacf918 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 11 Sep 2021 14:31:22 +0800 Subject: [PATCH] save project --- diy3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy3.py b/diy3.py index 33e33f0..85bc7f4 100644 --- a/diy3.py +++ b/diy3.py @@ -10,6 +10,6 @@ if name in score: # 查询并打印出输入的名字对应的所有科目的成绩 for k,v in score.items(): print(k,v) - print("~" * 30) + print("~" * 30) else: print("查询错误,输入正确的名字~") \ No newline at end of file -- libgit2 0.25.0