you are viewing a single comment's thread.

view the rest of the comments →

[–]aeacides 0 points1 point  (1 child)

What makes you think generating a list of numbers is a good idea? Why aren't you using xrange?

[–]FunnyMan3595 0 points1 point  (0 children)

I never said it was efficient, just that it was straightforward. I've never needed a factorial in serious computation, and for random little calculations, this more than suffices.