python only**
define the following function:
This function must set the value of a task in a checklist to True. It will accept two parameters: the checklist object to add to, and the name of the task to mark as completed. In addition to changing the task value, it must return the (now modified) checklist object that it was given.
if the task name provided is not in the checklist, this function must print a specific message and must return None.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here