Commit 9b14562e by BellCodeEditor

auto save

parent df0556ad
Showing with 3 additions and 4 deletions
......@@ -6,9 +6,9 @@ score = {'悟空': student1, '诺依': student2, '小贝': student3}
s=input("姓名:")
if s in score:
X=score[s]
print("*"*20)
for k,v in X.items():
print(k,v)
print("*"*20)
else:
print("没有这个学生!")
\ No newline at end of file
print("没有这个同学")
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