Commit bc8e99ff by BellCodeEditor

auto save

parent 8beef6ce
Showing with 288 additions and 2 deletions
...@@ -11,4 +11,290 @@ name=input("姓名") ...@@ -11,4 +11,290 @@ name=input("姓名")
for k,y in score.items(): for k,y in score.items():
if name==k: if name==k:
for i,j in v.items(): for i,j in v.items():
print(i,j) print(i,j)
\ 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