Commit 0be4f0e9 by BellCodeEditor

save project

parent 5ee63c3d
Showing with 7 additions and 3 deletions
s={'y':1,'sh':2,'ying':3}
for k,v in s.items():
print(k,v)
\ No newline at end of file
a={'1':1,'农夫山泉':3,'1':1,'农夫山泉':3}
a=a.clear()
print(a)
a={'1':1,'农夫山泉':3,'2':1,'农夫山':3}
for i in a:
print(i)
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