Training Models

You are currently auditing this course.
44 / 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)

No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...