Commit 3d3ddb37 by BellCodeEditor

save project

parent c4390eea
Showing with 6 additions and 0 deletions
a={'a':91,'b':88,'c':85} a={'a':91,'b':88,'c':85}
a1={'a':91,'b':88,'c':85}
a2={'a':91,'b':88,'c':85}
s={'b1':a,'b2':a1,'b3':a2}
z=input('fgfk')
x=s[z]
for k,v in a.items(): for k,v in a.items():
print(k,v) print(k,v)
# 请将"农夫山泉"删掉,并打印出新的商品信息 # 请将"农夫山泉"删掉,并打印出新的商品信息
......
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