Commit aefc1c35 by BellCodeEditor

save project

parent 5a006c30
Showing with 2 additions and 2 deletions
qby={"数学":100,"语文":100,"英语":100}
lms={"数学":0,"语文":0,"英语":0}
jlf={"数学":0,"语文":0,"英语":0}
d={"qby":q,"sbb":sb1,"ssb":sb2}
info={"qby":qby,"lms":lms,"jlf":jlf}
name=input("MINGZI:")
print("*"*50)
if name in info:
info=info[sb]
info=info[name]
for k,v in info.items():
print(k,v)
print("*"*50)
......
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