Commit bce4bc08 by BellCodeEditor

save project

parent 4b93f5e9
Showing with 3 additions and 2 deletions
......@@ -4,9 +4,9 @@ v=input('money how?')
if k in cost:
if cost[k]>float(v):
cost[k]=float(v)
print(k+'less money,now'+v)
print(k+' less money,now'+v)
else:
print(K+'much money,do not buy')
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