Question: # 2 # Library.py: Library management system 3 # 4 class Author ( ) : 5 myclass = 'Author' 6 7 def _ _ init
#
# Library.py: Library management system
#
class Author:
myclass 'Author'
def initself name, surname:
# Remove the comments and complete the code
# to add class fields for the class
def strself:
# complete the function to return the string as output.
class Book:
myclass 'Book'
def initself title, author, year:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
