rjones777 / pwp-capstones

0 stars 0 forks source link

create_novel function #1

Closed ad3429 closed 6 years ago

ad3429 commented 6 years ago

https://github.com/rjones777/pwp-capstones/blob/master/TomeRater_Project/TomeRater.py#L135-L136

Your way of doing it is correct, but if you wanted to save an extra line of code you can just do:

return Fiction(title, author, isbn)