Commit 9c6a170f by BellCodeEditor

save project

parent 2c84d386
Showing with 11 additions and 4 deletions
score={"语文":91,"数学":88,"英语":85} a1={"语文":91,"数学":88}
for a,b in score.items(): a2={"语文":97,"数学":90}
print(a,b) a3={"语文":95,"数学":93}
\ No newline at end of file score={"a":a1,"b":a2,"c":a3}
k=input()
if k in score:
for d,v in score[k]:
print(d,v)
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