In the code snippet given below, the constant named BOOKS
holds the details of some books, where each book has a title
and author
. Your task is to display the list of books written by "Jane Austen" only.
The output should look like the image given below.