From 4983be926339967e7ca390826b1862b6791add2b Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 30 Jan 2021 16:34:16 +0800 Subject: [PATCH] save project --- diy2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy2.py b/diy2.py index 7d1b8e6..f9f5aeb 100644 --- a/diy2.py +++ b/diy2.py @@ -7,6 +7,6 @@ name=input("请输入您要查询的学生姓名:") if name in score: info=score[name] for k,v in info.items(): - print(k,v) + print(k,v,end=" ") else: print("输入错误") \ No newline at end of file -- libgit2 0.25.0