所属作业: hw9
| |
word_dict[’about’]=2
word_dict[’me’]=1
word_dict.items()
word_dict.items()→ [(’about’,2),(’me’,1)]
x → (’about’,2) → (-2,’about’)
所属作业: hw9
| |
word_dict[’about’]=2
word_dict[’me’]=1
word_dict.items()
word_dict.items()→ [(’about’,2),(’me’,1)]
x → (’about’,2) → (-2,’about’)