Question 1 of 1
A common task is to perform mathematical operations between two arrays of the same size.
Create two arrays, A = [1, 2, 3] and B = [10, 20, 30]. Calculate their element-wise sum.
A new array [11, 22, 33]
🧠 AI/ML Challenge
Build blocks, then run code to test your neural network