Commit d256adb0 by BellCodeEditor

auto save

parent 6ff224e5
Showing with 3 additions and 0 deletions
......@@ -5,7 +5,9 @@ student = {'小贝': student1, '悟空': student2, '微信': student3}
name = input("名字:")
if name in student :
print("*"*50)
for k,v in student[name].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