2005年12月19日 星期一 11:07
http://www.postshow.net/2005/12/choose_year_chinese_characters.html -- # Time is unimportant, only life important! ## 面朝开源,我心自由!
2005年12月19日 星期一 15:17
大家好,请问如何去除一个list中的重复元素? 比如,l1 = [1, 2, 3, 1, 2, 3, 1, 1, 1] 如何操作才能得到[1,2,3] ?? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051219/aa2bb1ff/attachment.html
2005年12月21日 星期三 13:48
两天没有收到从列表里过来的mail了!
2005年12月27日 星期二 12:43
是啊,怎么回事?我还以为我被踢了呢。 在05-12-21,°¢¸ù <liuchuangen at gmail.com> 写道: > > 两天没有收到从列表里过来的mail了! > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051227/af0a2325/attachment-0001.htm
2005年12月27日 星期二 14:59
l1 = [1, 2, 3, 1, 2, 3, 1, 1, 1] l1=list(set(l1)) 在 05-12-19,Kevin Yuan<farproc at gmail.com> 写道: > 大家好,请问如何去除一个list中的重复元素? > 比如,l1 = [1, 2, 3, 1, 2, 3, 1, 1, 1] 如何操作才能得到[1,2,3] ?? > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > >
Zeuux © 2025
京ICP备05028076号