Question: Question 3 ( 1 5 points ) Author Popularity For the class Author add the method sum _ downloads that returns the total number of

Question 3(15 points) Author Popularity
For the class Author add the method sum_downloads that returns the total number of downloads of all the works of an author in the Gutenberg Project. Note that you will probably want to use the downloads attribute from the Book class.
Question 4(25 points) Printing Authors
Define the string method for the Author class. This method should return a string similar to:
The author James Joyce has 8 books in the Gutendex data.
This author is popular.
The last sentence of this string depends on the total number of downloads of the author:
Above 100,000 downloads it should be "This author is extremely popular!",
below 10,000 "This author deserves a larger readership!",
"This author is popular." otherwise
answer it with explanation
use pass() to answer
Question 3 ( 1 5 points ) Author Popularity For

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Finance Questions!