✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
batch_one = ["Liam", "Emma", "Olivia", "Noah"]
batch_two = ["Ava", "William", "Sophia", "James"]
all_students = batch_one + batch_two
print(all_students)