Commit b05d890d by BellCodeEditor

save project

parent 2eb32cf6
Showing with 13 additions and 0 deletions
sss={'apple':10,'banana':100,'fuck':1000,'fucking':1145141919810}
v = input("水果价钱")
k = input("名字")
if k in sss:
if float(v)<sss[k]
sss[k]=float(v)
print(k+"降价了,现在"+v+'元')
else:
print("涨价了,爷不买")
else:
sss[k]=float(v)
print("爷上传价格了")
\ 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