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