Commit 9c112d66 by BellCodeEditor

auto save

parent e15808de
Showing with 3 additions and 1 deletions
...@@ -2,9 +2,10 @@ furit={"西瓜":1000000000000000000000000000000000000000,"草莓":21212121212121 ...@@ -2,9 +2,10 @@ furit={"西瓜":1000000000000000000000000000000000000000,"草莓":21212121212121
k=input("llll") k=input("llll")
u=input("222") u=input("222")
if k in furit: if k in furit:
if furit[k]<int(u) if furit[k]<int(u):
print("2121") print("2121")
furit[k]=int[u] furit[k]=int[u]
else: else:
print("不买") print("不买")
print(furit)
# if # if
\ 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