Commit 5ee63c3d by BellCodeEditor

save project

parent 1ff55e09
Showing with 9 additions and 1 deletions
a={'1':1,'农夫山泉':3,'1':1,'农夫山泉':3}
a=a.clear()
print(a)
a={'1231':8,'11':1}
d=a.pop('1231')
a['12323131']=5
print(d)
print(a)
......@@ -10,5 +10,5 @@ if k in c :# ?补充条件判断:
else:
print(k+'涨价了,我们不买')
else:
c[k] = float(v)
c[k] = t(v)
print(k+'的价钱'+v+'元已上传~')
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