Computers and Technology
Computers and Technology, 19.03.2021 17:50, edith47

Lists. Read the problem and answer the following five questions about it. Three friends Derek, Maya, and Amanda decided to have a picnic. They created a grocery list with nine items and divided the list into three parts. Each of them should buy at least two products. Derek and Maya bought the correct products, but Amanda lost her shopping list and bought four products she remembered to be on the grocery list. However, she only bought one of the products she was supposed to buy and three other products, which were not on her list. One of the products in the grocery list was not bought by anyone.
The following code shows what happened with the shopping list and shopping cart of Amanda. You need to find x, y, and z to run it correctly. Hints: First, find what products Amanda bought (check the code for amanda_shopcart). What the first product did she buy?

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 10:00, fnaflover8505
Businesses allocate resources for their best and most productive uses. the more a resource, the more costly it will be. a manufacturer that requires scarce and costly resources is likely to charge for its products.
Answers: 2
image
Computers and Technology, 24.06.2019 02:00, akatherine1738
What is a loop? a. a collection of function definitions at the top of a program b. a line of code that defines a variable and assigns it a value c. a program that opens the turtle graphics window d. a block of code that repeats a specific number of times
Answers: 1
image
Computers and Technology, 24.06.2019 10:20, silviamgarcia
Write a program that keeps asking the user for new values to be added to a list until the user enters 'exit' ('exit' should not be added to the list). these values entered by the user are added to a list we call 'initial_list'. then write a function that takes this initial_list as input and returns another list with 3 copies of every value in the initial_list. finally, inside print out all of the values in the new list. for example: input: enter value to be added to list: a enter value to be added to list: b enter value to be added to list: c enter value to be added to list: exit output: a b c a b c a b c note how 'exit' is not added to the list. also, your program needs to be able to handle any variation of 'exit' such as 'exit', 'exit' etc. and treat them all as 'exit'.
Answers: 2
image
Computers and Technology, 24.06.2019 14:30, tleppek6245
Alison is having a hard time at work because hee inbox is flooded with emails every day. some of these emails are unsolicited. some of other she don’t need. which action should she take to better manager her emails?
Answers: 1
Do you know the correct answer?
Lists. Read the problem and answer the following five questions about it. Three friends Derek, Maya,...

Questions in other subjects: