Quiz Question 1 of 2
Consider the following code:
cat_counts = np.array([1, 0, 2])
dog_counts = np.array([1, 1, 0])
pet_counts = cat_counts + dog_counts
What is the value of pet_counts
?
Choose the correct answer below:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.