Commit b0568bd4 by BellCodeEditor

save project

parent 851502da
Showing with 8 additions and 0 deletions
shueiguo = {"苹果":5.2,"李子":8,"山竹":12.9}
a = input('水果')
b = input('价钱')
if a in shueiguo:
if b<shueiguo[a]:
shueiguo[a]=b
print(K+'降价,'+b+'元')
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