zeckwielen7820 zeckwielen7820 Today at 10:55 PM Computers and Technology Answered What will you see on the next line? >>> aList = [9, 2, 3.5, 7] >>> aList.index(3.5) True 2 3.5 3