Commit fed590e6 by BellCodeEditor

save project

parent 6591355d
Showing with 14 additions and 3 deletions
lovelive={"香蕉":199,"苹果":250,"芒果":225,"葡萄":180,"西瓜":114514}
mom=input("请输入西瓜今日价格:")
if mom in lovelive:
if mom > lovelive["西瓜"]:
print("这个是西瓜\n是个好东西\n黑人售卖\n店面还超大")
else:
print("先买个一车再说")
else:
print("有这个东西吗???")
\ No newline at end of file
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
dict= {'可口可乐':3,'旺仔牛奶':4,'农夫山泉':1,'辣条':3,'巴西烤肉':2,'果冻':4,'乐事':5,'奥利奥':10,'巧克力':6} dict= {'可口可乐':3,'旺仔牛奶':4,'农夫山泉':1,'辣条':3,'巴西烤肉':2,'果冻':4,'乐事':5,'奥利奥':10,'巧克力':6}
r=input("亲,请问亲要买点什么呢?:)") r=input("亲,请问亲要买点什么呢?:)")
if r in dict: if r in dict:
print("亲,您需要购买的商品是"+r+"吗?如果是的,请使用现金支付(仅支持100元以内纸币)"+str(dict[r])+"比特币:)") print("亲,您需要购买的商品是"+r+"吗?如果是的,请使用现金支付(仅支持比特币支付)"+str(dict[r])+"比特币:)")
else: else:
print("亲爱的用户,亲没有找到您需要的商品呢~\n可能是以下其中的一个原因:\n1.网络不好\n2.没有这个商品\n3.已售完") print("亲爱的用户,亲没有找到您需要的商品呢~\n可能是以下其中的一个原因:\n1.网络不好\n2.没有这个商品\n3.已售完")
\ No newline at end of file #如果你愿意的话,亲可以充值10000000000000000兆比特币
\ 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