Commit 887e08cb by BellCodeEditor

save project

parent 83b73772
Showing with 13 additions and 0 deletions
a = {"小明":0,"小红":78,"傻逼":100}
K = input("姓名是什么?")
V =input("成绩是多少")
if K in a :
pass
else:
a[K] = int(V)
print("添加完成")
print(a)
\ 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