Python论坛  - 讨论区

标题:Re: [python-chinese] 如何最简的判断4个数之中有没有相等的数?

2005年06月07日 星期二 14:09

Bo Yang boyang at mac.com
Tue Jun 7 14:09:39 HKT 2005

我怎么觉得是在被面试啊。:)

如果只有四个数,这个可能是最快的:

def collisions(numbers):
     return [i for i in set(numbers) if numbers.count(i)>1]


- ahbei
(http://blog.douban.com)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 233 bytes
Desc: not available
Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20050607/5f6817a9/attachment.bin

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号