Commit 12a02a8d by BellCodeEditor

save project

parent 7104927b
d={'可口可乐':3,'辣条':1,'奥利奥':10,'高林智':0}
k=input("你想来点什么:")
if k in d:
print("你购买的"+k+"需要支付"+str(dict[k])+"元")
else:
print("你购买的产品暂时缺货!")
\ No newline at end of file
d={'可口可乐':3,'辣条':1,'奥利奥':10,'高林智':-9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999}
k=input("你想来点什么:")
if k in d:
print("你购买的"+k+"需要支付"+str(d[k])+"元")
else:
print("你购买的产品暂时缺货!")
\ No newline at end of file
area=['盘','白','大']
area=['盘','白','大']
monster={'盘':'蜘','白':'白','大':'花'}
print(area[2])
monster.append('地':'僵尸')
print(monster)
\ No newline at end of file
m="are you ok? ? ?"
m="are you ok? ? ?"
for i in m:
print(i)
print[0:
\ No newline at end of file
m="are you ok? ? ?"
m="are you ok? ? ?"
j=0
k=1
for i in ran
\ No newline at end of file
d={'可口可乐':3,'辣条':1,'奥利奥':10,'乐事':6}
d={'可口可乐':3,'辣条':1,'奥利奥':10,'乐事':6}
k=input()
\ 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