kahlizzy3365 kahlizzy3365 22-04-2024 Computers and Technology Answered What is the output of the following list function? sampleList = [10, 20, 30, 40, 50] sampleList.pop() print(sampleList) sampleList.pop(2) print(sampleList)