Commit 92f1ed78 by BellCodeEditor

save project

parent 7539ef0b
Showing with 2 additions and 2 deletions
cost={'苹果':5,'山竹':7,'香蕉':9,'李子':10,'草莓':3,'粑粑':4}
k=input('睡郭?')
v=input('假给?')
if k in cost
if cost[k]>float(v)
if k in cost:
if cost[k]>float(v):
cost[k]=float(v)
print(k+'现在v元')
else:
......
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