import numpy ans = numpy.prod([2, 3, 5, 7, 23, 37, 53, 73, 373]) print(ans)