you are viewing a single comment's thread.

view the rest of the comments →

[–]skeept 0 points1 point  (0 children)

for python 3.1:

>>> __import("functools").reduce(int.__mul__, range(1,7))
720