Consider the following series named animal:
L Lion
E Elephant
W Wolf
Write the output of the command:
$$
\text { print(animal }[\because-3] \text { ) }
$$
(A) L Lion
T Tiger
dtype: object
(C) W Wolf
B Bear
dtype: object
B Bear
T Tiger
dtype: Object
(B) B Bear
E Elephant
dtype: object
(D) W Wolf
T Tiger
dtype: object