Training Models

19 / 57

What will be the output of the following code snippet?

u = np.array([2,5]) 
v = np.array([3,1]) 
xcoords, ycoords = zip(u,v) 
print(xcoords)

Note - Having trouble with the assessment engine? Follow the steps listed here


No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...