Code Experts
Home
Challenges
Notes
Compiler
Forum
Exam
Contact
Sign in
Sign up
Home
Challenges
Notes
Compiler
Exam
Forum
Contact
Log In / Register
Copied To Clipboard !
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
Code (Optional)
Upload Code Image (Optional)
Post Your Comment