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)
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
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
Please login to comment
0 Comments
There are 5 new comments.