Next, code a display statement, and inside it, access the first value in the apple_stocks list.
apple_stocks
Make sure to pick print followed by ( and then apple_stocks[0], ).
print
(
apple_stocks[0]
)