Commit 206740d2 by BellCodeEditor

save project

parent efd425a8
student1={'语文':91,'数学':88,'英语':85}
student1={'语文':91,'数学':88,'英语':85}
......@@ -7,4 +7,5 @@ print("*"*30)
if name in score:
print(score[name])
else:
print("输入错误")
\ No newline at end of file
print("输入错误")
print("*"*30)
\ 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