Commit 3dcd19a6 by BellCodeEditor

save project

parent 1d7ee103
Showing with 3 additions and 2 deletions
......@@ -11,7 +11,7 @@ while True :
name = input("名字:")
if name in score :
a = score[name]
print('*'*30)
print('·分界线·'*15)
for k,v in a.items():
print(k,v)
break
......
goods = {"旺仔牛仔"{'名字''旺仔只因奶','价格':999999999999999999999999999999999999,'净含量':-99999}}
goods = {"旺财牛仔":{'名字''旺仔只因奶','价格':999999999999999999999999999999999999,'净含量':-99999}}
print(goods["旺仔牛奶"])
\ 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