Question: Python help Please this question does not require actual customer list. it just want how you write this program Q6. updateCustomer (customer_list, customer): takes as

Python help Please
Q6. updateCustomer (customer_list, customer): takes as argument the customer_list, a customer string such as "name,clerk,minute", and updates that customer to the new value (clerk and minute). The name, desk, and time in customer argument are separated by comma (,) without any space. This action should modify the customer_list in-place. If the name is not in the customer_list, print the message "Error: customer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
