Commit a83a0ea1 by BellCodeEditor

save project

parent 4a2f2b60
Showing with 5 additions and 1 deletions
......@@ -5,4 +5,7 @@ z = {'悟空': student1, '诺依': student2, '小贝': student3}
a = input("名字:")
if a in z:
a=score[name]
for s,b in a.items():
print(s,b)
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