write a program that will gather titles and authors of classic books f
Search for question
Question
Write a program that will gather titles and authors of classic books from a user, and populate them into a dictionary. The title should be the key in the
dictionary and the author is the value.
The program should repeatedly prompt for as many times as the user wants to add titles/authors, until they type "stop". After the user types "stop", print the dictionary. Below is a sample output.