Write a program that keeps fruits' names and their ASCII code in a dictionary Each entry in the dictionary uses a fruit's name as the key, and ASCII code fo each fruit name as the value. Define three functions: 1. Add Function→ add new fruits. 2. LookUp Function→ look-up for fruit and return its value. 3. Delete Function→ delete fruit. Finally, print the dictionary.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

solution in python language 

Write a program that keeps fruits' names and their ASCII code in a dictionary.
Each entry in the dictionary uses a fruit's name as the key, and ASCII code for
each fruit name as the value.
Define three functions:
1. Add Function→ add new fruits.
2. LookUp Function→ look-up for fruit and return its value.
3. Delete Function→ delete fruit.
Finally, print the dictionary.
Notes:
If the user tries to look up or delete fruit that does not exist, the
following statement will be appear: "The fruit is not found" and if
he tries to add a duplicate fruit, the program will print: "The fruit
already exists".
Call each function just once to test your code.
a 97
e
| 101 i 105 m
109 4
113
117 y 121
u
b 98
102 j 106 n
110 r
114
118 z 122
99
g 103 k
107
111 s
115
119
100 h 104 1 |108 p
112 t
116 1
120
Output:
Add Function, How many fruits you want to add? 3
Enter fruit name: apple
Enter fruit name: orange
Enter fruit name: apple
The fruit already exists.
Look-Up Function, Enter fruit name: apple
[97, 112, 112, 108, 101]
Delete Function, Enter fruit name: apple
The fruits dictionary is: {'orange': [1i, 114, 97, 110, 103, 101]}
Transcribed Image Text:Write a program that keeps fruits' names and their ASCII code in a dictionary. Each entry in the dictionary uses a fruit's name as the key, and ASCII code for each fruit name as the value. Define three functions: 1. Add Function→ add new fruits. 2. LookUp Function→ look-up for fruit and return its value. 3. Delete Function→ delete fruit. Finally, print the dictionary. Notes: If the user tries to look up or delete fruit that does not exist, the following statement will be appear: "The fruit is not found" and if he tries to add a duplicate fruit, the program will print: "The fruit already exists". Call each function just once to test your code. a 97 e | 101 i 105 m 109 4 113 117 y 121 u b 98 102 j 106 n 110 r 114 118 z 122 99 g 103 k 107 111 s 115 119 100 h 104 1 |108 p 112 t 116 1 120 Output: Add Function, How many fruits you want to add? 3 Enter fruit name: apple Enter fruit name: orange Enter fruit name: apple The fruit already exists. Look-Up Function, Enter fruit name: apple [97, 112, 112, 108, 101] Delete Function, Enter fruit name: apple The fruits dictionary is: {'orange': [1i, 114, 97, 110, 103, 101]}
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY