Commit fa1d7834 by BellCodeEditor

save project

parent 91237a59
Showing with 3 additions and 8 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+'元')
b=['袁术','夏侯淳','曹操','关羽']
b.remove('关羽')
\ 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