码迷,mamicode.com
首页 > 其他好文 > 详细

Dictionary subtraction

时间:2014-08-17 18:16:02      阅读:259      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   os   io   ar   2014   cti   

Finding the words from the book that are not in the word list from words.txt is a problem you might recognize as set subtraction; that is, we want to find all the words from one set (the words in the book) that are not in another set (the words in the list).

subtract takes dictionaries d1 and d2 and returns a new dictionary that contains all the keys from d1 that are not in d2. Since we don’t really care about the values, we set them all to None.

bubuko.com,布布扣 

……

Some of these words are names and possessives. Others are no longer in common use. But a few are common words that should really be on the list!

 

from Thinking in Python

Dictionary subtraction,布布扣,bubuko.com

Dictionary subtraction

标签:style   blog   http   os   io   ar   2014   cti   

原文地址:http://www.cnblogs.com/ryansunyu/p/3917945.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!