Evolution of a Python Programmer.py (humor)

import operator
f = lambda n: reduce(operator.mul, range(1,n+1))…

Similar