please code in python The library needs a program to store books’ information. Write a Python module manage.py that gets the book information from the user store and prints them. The program will get the book's type, title, publication year, first author's name, and publisher name. The user can enter any book type, and the program should be able to store all of the related information and retrieve them. The prompt should show until the user enters 'done'. Next, the program should print books information based on the "type" and the publication "year". The required spacing for each column is 15. Note: Inputs can be in either lower or upper case. However, the first letter of each word of the output should be capitalized.
please code in python
The library needs a
book information from the user store and prints them. The program will get the book's type, title,
publication year, first author's name, and publisher name. The user can enter any book type, and the
program should be able to store all of the related information and retrieve them. The prompt should show
until the user enters 'done'. Next, the program should print books information based on the "type" and the
publication "year".
The required spacing for each column is 15.
Note: Inputs can be in either lower or upper case. However, the first letter of each word of the output
should be capitalized.
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images