Well done!

You have completed Review Array Basics!

Quiz Question 1 of 3

Consider the following code:

ages = np.array([29, 42, 6, 3], np.uint8)
first_age = ages[0]

What kind of value is first_age?

Choose the correct answer below:

Skip Quiz Review Video