The only way to delete Daniella
from the list (without cheating) would be to create a new list with all the other people but Daniella
.
- Please create a
delete_person
function that deletes any given person from the list and returns a new list without that person.
Result:
['juan', 'ana', 'michelle', 'stefany', 'lucy', 'barak']
['ana', 'michelle', 'daniella', 'stefany', 'lucy', 'barak']
['juan', 'ana', 'michelle', 'daniella', 'stefany', 'lucy', 'barak']