Matlab.* Operator di Python

import numpy
a1 = [0, 0, 0]
a2 = [5, 4, 3]
numpy.array(a1) * numpy.array(a2)
Nice Nightingale