two arrays a and b also divide them.

WAP to create two arrays a and b also divide them.
Note: Give the input in the code itself

Sample input:
a = np.array([2,3,4])
b = np.array([5,6,3])

Expected output:
[0.4 0.5 1.33333333]
Total : 0 Discussion
Login