Commit 19ee5675 by BellCodeEditor

save project

parent d27f5e67
Showing with 5 additions and 2 deletions
......@@ -7,3 +7,5 @@ if k in dict:
else:
print('神奇百货暂未有你想要的物品,敬请期待~')
print(dict)
dict.pop("可口可乐")
print(dict)
\ No newline at end of file
q={'小明'10'1'10'小明2'10'小明3'10'小明4'10}
K=input("你叫什么")
q={'小明':1,'小明1':1,'小明2':1,'小明3':1,'小明4':1}
k=input("你叫什么")
v=input("成绩")
if k in q:
if int(v)>q[k]:
......
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