Question: in Python book store. Implement a function book0 that takes an input array, containing names of people who read a book. It must return the

in Python
book store. Implement a function book0 that takes an input array, containing names of people who read a book. It must return the display text as shown in the examples: book must be "no one has read this book "Ashley" ] // must be "Ashley has read this" book "Ashley", "Jack" // must be "Ashley and Jack have read this" book ["Ashley","Jack", "Kevin"] // must be "Ashley, Jack and Kevin have read this" book ["Ashley","Jack", "Kevin" , "Max"] // must be "Ashley, Jack and 2 others have read this" For more than 4 names, the number in and 2 others simply increases
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
