Commit 0c050bd6 by BellCodeEditor

save project

parent e3d5b4ca
Showing with 9 additions and 0 deletions
......@@ -14,6 +14,14 @@ while True :
print('*'*30)
for k,v in a.items():
print(k,v)
elif name=="sb":
break
elif name=="1":
sbstr=input("请输入姓名:")
sdstr=input("请输入语文成绩:")
sxstr=input("请输入数学成绩:")
sqstr=input("请输入英语成绩:")
student4={"语文":sdstr,"数学":sxstr,"英语":sqstr}
score[sbstr]=student4
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