Commit fa1d7834 by BellCodeEditor

save project

parent 91237a59
Showing with 3 additions and 8 deletions
shueiguo = {"苹果":5.2,"李子":8,"山竹":12.9} b=['袁术','夏侯淳','曹操','关羽']
a = input('水果') b.remove('关羽')
b = input('价钱') \ No newline at end of file
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