Commit 3baa23dc by BellCodeEditor

save project

parent 8fbfc733
Showing with 14 additions and 0 deletions
fruit={"apple":5,"banana":3}
k = input("你洗漱的呢·预订")
v = input("修热稳定热地九二点")
if k in fruit:
if int(v) > fruit[k]:
print("涨价了")
else:
print("降价了")
else:
fruit[k] = v
print(fruit)
\ 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