Commit 286899bc by BellCodeEditor

save project

parent b6429c37
Showing with 22 additions and 0 deletions
r = {'语文':0,'数学':0,'英语':0}
e = {'语文':197,'数学':198,'英语':190}
s = {'语文':95,'数学':100,'英语':93}
d = {"老师":r,"范奕博":e,"e":s}
y=input("叫啥")
if y in d:
for k,v in d[y].items():
print(k,v)
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