Great, now we can use those instances to run code. Call the display_info() method of the class instance apple.
display_info()
apple
Make sure to pick apple followed by . and then display_info, (, ).
.
display_info
(
)