Learn practical skills, build real-world projects, and advance your career
import numpy as np
w1= 0.3
w2=0.2
w3=0.5

kanto=np.array([73,67,43])
weights  =np.array([w1,w2,w3])
weights
array([0.3, 0.2, 0.5])