Commit d27c1c65 by BellCodeEditor

save project

parent f9a44149
Showing with 22 additions and 0 deletions
frute_money={1:'balalalalala'}
while True:
k=input("今日水果名?")
v=input("今日水果价格?")
if k in frute_money:
if int(v)>frute_money[k]:
frute_money[k]=int(v)
else:
print("新闻联播大结局了。")
else:
frute_money[k]=int(v)
print("今天股市搞绿化了。")
user_answer=input("柯南上3年级了。")
if user_answer=="够了":
break
print(frute_money)
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