Commit 4b93f5e9 by BellCodeEditor

save project

parent 0c06521f
Showing with 13 additions and 0 deletions
cost={'迷胡tel':114}
k=input('thing what?')
v=input('money how?')
if k in cost:
if cost[k]>float(v):
cost[k]=float(v)
print(k+'less money,now'+v)
else:
print(K+'much money,do not buy')
else:
cost[k]=float(v)
print('The money of '+k+',I knew it now')
\ 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