prettymami1424 prettymami1424 13-02-2021 Computers and Technology contestada Which line of code will find the first occurrence of a three in an array? Assume that you have previously imported the array module and created the array. arr.index(3) index(arr, 3) arr.index[3] index[arr,3]