Commit 4983be92 by BellCodeEditor

save project

parent 14f6f711
Showing with 2 additions and 1 deletions
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment