Commit 3c235f50 by BellCodeEditor

save project

parent 9c6a170f
Showing with 4 additions and 2 deletions
...@@ -4,7 +4,9 @@ a3={"语文":95,"数学":93} ...@@ -4,7 +4,9 @@ a3={"语文":95,"数学":93}
score={"a":a1,"b":a2,"c":a3} score={"a":a1,"b":a2,"c":a3}
k=input() k=input()
if k in score: if k in score:
print("*"*30)
for d,v in score[k]: for d,v in score[k]:
print(d,v) print(d,v)
print("*"*30)
else: else:
print print("错误"))
\ No newline at end of file \ 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