✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What does the following code print to the console.
bases = ["first", "second", "third", "fourth"]bases.remove("fourth")print(bases)
A. ['first', 'second', 'third']B. ['first']C. ['first', 'second']D. ["second", "third", "fourth"]
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!