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 this question does not require actual customer list.

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 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 not found.". If the customer argument is empty such as ", then print "Nothing to update.. Save & Run Original - 1 of 1 1 2 def updateCustomer (customer_list, customer): 3 # write code here 4. pass 5 5 6 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 not found.". If the customer argument is empty such as ", then print "Nothing to update.. Save & Run Original - 1 of 1 1 2 def updateCustomer (customer_list, customer): 3 # write code here 4. pass 5 5 6

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!