2007年12月04日 星期二 09:24
´úÂëÈçÏ£® data1 = open("c:\\1.txt").readlines() data2 = open("c:\\2.txt").readlines() a = set(data1) b = set(data2) print len(a & b) ²»Ã÷°×µÄµØ·½ÈçÏÂ: 1.open()º¯ÊýÓëfile()ÓÐʲô²î£®Ê²Ã´Ê±ÓÃopenʲôʱÓÃfileºÃЩ 2.×îºóÒ»¸ölen(a & b)ÖÐÓÐ"&"ÊÇʲôÒâ˼£¿ лл¸÷λ£¡ -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20071204/43c2aaf8/attachment.html
2007年12月04日 星期二 09:49
file其实是open的一个引用.一样的 >>> set1 = set(['a','b','c']) >>> set2 = set(['b','c','d']) >>> set1 & set2 set(['c', 'b']) & 是set类型的一个方法,求相同部分 On Dec 4, 2007 9:24 AM, 篱笆 <nameliba在gmail.com> wrote: > > 代码如下. > data1 = open("c:\\1.txt"). > readlines() > data2 = open("c:\\2.txt").readlines > () > > a = set(data1) > b = set(data2) > > print len(a & b) > > 不明白的地方如下: > 1.open()函数与file()有什么差.什么时用open什么时用file好些 > 2.最后一个len > (a & b)中有"&"是什么意思? > 谢谢各位! > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -- 注意身体,身体是革命的本钱!!
2007年12月04日 星期二 20:26
Õâ¸ö & ±È½ÏÓÐÒâ˼Ŷ -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20071204/7deefd6f/attachment.html
2007年12月04日 星期二 22:21
Ö»ÄÜÔÚÕâ×ÜÇé¿öÏÂÓÃ&°É.Ôٵĵط½Ã»Õâ¸öÒâ˼°É ÔÚ07-12-4£¬haur <hekun06在gmail.com> дµÀ£º > > Õâ¸ö & ±È½ÏÓÐÒâ˼Ŷ > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20071204/aa19d1c6/attachment.htm
Zeuux © 2024
京ICP备05028076号