Commit d6e7d6fd by BellCodeEditor

save project

parent f063a61d
Showing with 9 additions and 5 deletions
group={} dict={"可口可乐":3,"旺仔牛奶":4,"农夫山泉":1,"辣条":3,"巴西烤肉":2,"果冻":4}
group["师父"]="唐三藏"
if "师父" in group: k = input("你要买什么?")
print(group["师父"])
\ No newline at end of file if k in dict:
print("叮咚~您的"+k+"您要支付"+str(dict[k])+"元")
else:
print("QNMD")
\ 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