Hi
I have certain number of books which each have an author, title and ISBN number. How is the best way I can store this so that when I want a list of the books I will be able to list the books with the title, author and ISBN number?
I was thinking about using a list or dictionary but don't know how to do it.
Cheers