adrogers534 adrogers534 11-11-2022 Computers and Technology contestada Choose the function required to have the code have the output shown. >>> aList = [10, 23, 'bye', 4.6] >>> aList. () 4.6 >>> aList [10, 23, 'bye']