Run
import numpy as np a = 3 b = 4 output = np.dot(a,b) print(output)
Output