Commit 1681a3bb by BellCodeEditor

save project

parent ae7373ef
Showing with 13 additions and 8 deletions
q={"h":1,"sbbbbbbb":999999999999} qby={"数学":100,"语文":100,"英语":100}
sb1={"h":1,"sbbbbbbb":99} lms={"数学":0,"语文":0,"英语":0}
sb2={"h":1,"sbbbbbbb":98}sa jlf={"数学":0,"语文":0,"英语":0}
d={"qby":q,"sbb":sb1,"ssb":sb2} d={"qby":q,"sbb":sb1,"ssb":sb2}
sb=input("hhhhhhh:") name=input("MINGZI:")
info=d[sb] print("*"*50)
for k,v in info.items(): if name in info:
print(k,v) info=info[sb]
\ No newline at end of file for k,v in info.items():
print(k,v)
print("*"*50)
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