Westonci.ca connects you with experts who provide insightful answers to your questions. Join us today and start learning! Discover reliable solutions to your questions from a wide network of experts on our comprehensive Q&A platform. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

What would be the result of running these three lines of code? snacks = ["pizza", "popcorn", "soda", "burgers"] snacks.append("ice cream") print(snacks) [‘pizza’, ‘popcorn’, ‘soda’, ‘burgers’] [‘pizza’, ‘popcorn’, ‘soda’, ‘burgers’, ‘ice cream’] [‘ice cream’, ‘pizza’, ‘popcorn’, ‘soda’, ‘burgers’] [‘ice cream’]

Sagot :

Answer:

option b

Pizza popcorn soda burger ice-cream