What is the output of L[1:] if L = [1,2,3]?April 10, 2021Python › Category: Python › What is the output of L[1:] if L = [1,2,3]? 0 Vote Up Vote Down Editor">Editor Staff asked 2 years ago What is the output of L[1:] if L = [1,2,3]? A – 2,3 B – 2 C – 3 D – None of the above. 1 Answers 0 Vote Up Vote Down Editor">Editor Staff answered 2 years ago A – 2,3 # python Articles: 40627