Pepsi company produces the following products: [pepsi, sevenup, miranda, shani]. Write a function that receives the previous list as an argument, then ask the user to enter one of the following characters (r, i, u): r=> (removing), allow the user to remove only one item. i==> (inserting), allow the user to insert only one item in the intended position (the position that the user wants). u ==> (updating), allow the user to modify more than one item, where the user will enter the number of the items that will be modified, also the item that will be modified, in addition to the new modified item. Finally, let the function print the revised list. Sample for Removing Process Sample for Inserting Process: I'pepsi', 'seven up', 'niranda", 'shani"] i --> inserting, r --> renoving, u --> updating Please choose one of the letters: i,r,u: r hat is the item that you vant to delete? pepsi The revised list is: ['seven up', 'niranda', 'shani"] I'pepsi', 'seven up', 'niranda', 'shani"] i --» inserting, r --> renoving, u --> updating Please choose one of the letters: i,r,u: i Ihat is the item that you vant to insert it? fento Ihere do you want to insert this elenent? 3 The revised list is: ['pepsi', 'seven up", 'nirande', "fento', "shani'] Sample for Updating Process: ['pepsi', 'seven up', 'niranda', 'shani'] i --> inserting, r --» renoving, u --> updating Please choose one of the letters: i,r,u: u How nany itens you wants to update? 2 What is the item that you want to change it? seven up hat is the new iten? juice hat is the item that you want to change it? shani What is the ne iten? coca cola The revised list is: ['pepsi', 'juice', 'niranda', 'coca cola']

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

python 

Pepsi company produces the following products: [pepsi, sevenup, miranda, shani].
Write a function that receives the previous list as an argument, then ask the user to
enter one of the following characters (r, i, u):
r
=> (removing), allow the user to remove only one item.
i==> (inserting), allow the user to insert only one item in the intended position (the
position that the user wants).
u ==> (updating), allow the user to modify more than one item, where the user
will enter the number of the items that will be modified, also the item that will be
modified, in addition to the new modified item.
Finally, let the function print the revised list.
Sample for Removing Process:
Sample for Inserting Process:
['pepsi', "seven up', 'niranda", "shani')
i --> inserting, r --> renoving, u --> updating
Please choose one of the letters: i,r,u: r
hat is the item that you vant to delete? pepsi
The revised list is: ['seven up', 'niranda', 'shani']
['pepsi', "seven up', 'niranda', 'shani']
i --> inserting, r --> renoving, u --> updating
Please choose one of the letters: i,r,u: i
Ihat is the iten that you want to insert it? fento
Ihere do you nant to insert this elenent? 3
The revised list is: ['pepsi', 'seven up', 'niranda"', "fento', 'shani']
Sample for Updating Process:
['pepsi', 'seven up', 'niranda', 'shani']
i --> inserting, r --» removing, u --> updating
Please choose one of the letters: i,r,u: U
How many items you wants to update? 2
What is the item that you want to change it? seven up
What is the new item? juice
What is the item that you want to change it? shani
What is the new item? coca cola
The revised list is: ['pepsi', 'juice', 'niranda', 'coca cola']
Transcribed Image Text:Pepsi company produces the following products: [pepsi, sevenup, miranda, shani]. Write a function that receives the previous list as an argument, then ask the user to enter one of the following characters (r, i, u): r => (removing), allow the user to remove only one item. i==> (inserting), allow the user to insert only one item in the intended position (the position that the user wants). u ==> (updating), allow the user to modify more than one item, where the user will enter the number of the items that will be modified, also the item that will be modified, in addition to the new modified item. Finally, let the function print the revised list. Sample for Removing Process: Sample for Inserting Process: ['pepsi', "seven up', 'niranda", "shani') i --> inserting, r --> renoving, u --> updating Please choose one of the letters: i,r,u: r hat is the item that you vant to delete? pepsi The revised list is: ['seven up', 'niranda', 'shani'] ['pepsi', "seven up', 'niranda', 'shani'] i --> inserting, r --> renoving, u --> updating Please choose one of the letters: i,r,u: i Ihat is the iten that you want to insert it? fento Ihere do you nant to insert this elenent? 3 The revised list is: ['pepsi', 'seven up', 'niranda"', "fento', 'shani'] Sample for Updating Process: ['pepsi', 'seven up', 'niranda', 'shani'] i --> inserting, r --» removing, u --> updating Please choose one of the letters: i,r,u: U How many items you wants to update? 2 What is the item that you want to change it? seven up What is the new item? juice What is the item that you want to change it? shani What is the new item? coca cola The revised list is: ['pepsi', 'juice', 'niranda', 'coca cola']
Expert Solution
steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Introduction to computer system
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education