Commit 8b6b12c7 by BellCodeEditor

save project

parent b4313284
Showing with 7 additions and 0 deletions
dict={'音韵会头饰':3,'宿傩手指':10,'烈斩':20,'矢量箭头':15,'超级比比多味豆':7,"光轮2000":30}
k=input("尊贵的客人,请问您需要什么?")
if k in dict:
print("亲亲~你要的"+k+"需要"+str(dict[k])+"加隆哦~")
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