26.05.13 15:00, Ram Rachum написав(ла):
I was thinking about the implementation of the factorial in Python. I
was comparing in my mind 2 different solutions: The recursive one, and
the one that uses a loop.
And math.factorial() does not use any of them.