Commit 4e5f80a0 by BellCodeEditor

save project

parent 6884ee14
goods = {'名字':'雪碧','单价':3,'容量':'330ml'}
for k,
\ No newline at end of file
while True:
name=input("名字:")
print("*"*30)
if name in score:
score=score[name]
for k,v in score items():
print(k,v)
print("*"*30)
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