Commit 77fde752 by BellCodeEditor

save project

parent 54aac484
Showing with 6 additions and 0 deletions
...@@ -7,3 +7,8 @@ for k,v in info.items(): ...@@ -7,3 +7,8 @@ for k,v in info.items():
print(k,v) print(k,v)
sgfh=score['悟空']['数学'] sgfh=score['悟空']['数学']
print(sgfh) print(sgfh)
if name in score:
for k,v in info.items():
print(k,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