Commit 14ca97b4 by BellCodeEditor

save project

parent b42cc804
Showing with 11 additions and 4 deletions
g = {'可口可乐':{"瓶装":3,"罐装":5}, g = {'可口可乐':3,"小贝":1,"大贝":3}
"可比克鼠片毛罐头":{"固态":234543234567,"液态":9999999999999999999999999999999999999999999999999999999999999999}}
print(g["可比克鼠片毛罐头"]["液态"]) while True:
\ No newline at end of file a=input("Tell me your name or click q:")
if a in g :
print(g[a])
elif a==q:
print("圣上,奴材已为您退出")
break
else:
input("无此name,请重新输入")
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