Computer Science, asked by tokaskamleshtokas, 6 months ago

Choose the function name to print the
first 10 rows of series 'S'.
(1 Point)
O S.tail(10)
O tail)
O head()
O S.head(10)​

Answers

Answered by SMSHREYA
0

Ctrl + P

MARK ME AS BRAINLIEST

Answered by ujjwal99355
0

Answer:

d: S.head(10)

Explanation:

head function is used to get the top elements of series. By default the attribute is 5 so we can give attribute as 10 to get the starting 10 elements.

Similar questions