Run
import math x = [] result = math.prod(x, start = 4) print('prod(x) :', result)
Output