Find and list duplicates of files (26)

9 Name: #!/usr/bin/anonymous : 2008-04-26 18:50 ID:Heaven

>>8

import operator
def fact(x): return reduce(operator.mul, xrange(2, x+1))
This thread has been closed. You cannot post in this thread any longer.