Commit 77fde752 by BellCodeEditor

save project

parent 54aac484
Showing with 7 additions and 2 deletions
......@@ -6,4 +6,9 @@ info = score['悟空']
for k,v in info.items():
print(k,v)
sgfh=score['悟空']['数学']
print(sgfh)
\ No newline at end of file
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