[TypeError: unsupported operand type(s) for -: 'list' and 'int']
I want to create a new array by calling on elements in array1 and array2. However, I want the elements I call on in array1 to correspond to the array2, i.e. array[i] and brray[i] operating together and array [i+1] operating with brray [i+1] for example.
I'd like to iterate, but I'm using this new array for further operations