Script book book.py

The instructions and the required file are in the following drive link: https://drive.google.com/drive/folders/1pEnLaLMqC0…

Create a script called books.py from scratch. Your script will read a text file containing information on a set of books. It will generate an object for each book in the file, sort the objects by call number, and print information about the books to stdout (e.g., to the console).

Your script should contain the following elements; see the instructions file for more details.

  • A Book class
  • a read_books() function
  • a main() function parse_args() function
  • an if __name__ == “__main__” statement
× How can I help you?