Commit e3a2e57e by BellCodeEditor

save project

parent 3fed9faf
Showing with 5 additions and 1 deletions
...@@ -8,5 +8,5 @@ else: ...@@ -8,5 +8,5 @@ else:
cost[k] = float[v] cost[k] = float[v]
print("涨价了") print("涨价了")
cost[k] = float[v] cost[k] = float[v]
print(k+'的价钱'+v+'元已上传~') print(k+'的价钱'+v+'元已上传~'
foods={"屎":250,"耐摔哇":114514}
foods.pop("屎")
print(foods)
\ 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