Write a Python program for The Dream farm with the following instructions: 1. Define the following dictionary; which contains the categories that can be grown in the farm and the area of land for each one. trees = {("apple": 10, "orange": 15, "banana": 20, "mango": 25) 2. Let the user inputs two lists, the first one represents the categories he wants to plant and the second represents the required quantity for each category. 3. Be sure that the user does not input string value in the second list in the previous instruction by using the appropriate exception. 4. Write to farm.txt file the following data: - The previous first list. The area for each category multiplied by the quantity determined by the user. - Finally, the total area that should calculate it. Note: Add 20% extra area to the total area. 5. Print the content that exists in the farm.txt file.

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
Sol in python language
Write a Python program for The Dream farm with the following instructions:
Sample:
How many categories of trees do you want to plant? 3
1. Define the following dictionary; which contains the categories that can be
grown in the farm and the area of land for each one.
Please enter categoryl: banana
Please enter category2: apple
trees = ("apple": 10, "orange": 15, "banana": 20, "mango": 25)
Please enter category3: mango
Please enter the number of tree for category1: 2
2. Let the user inputs two lists, the first one represents the categories he wants to
plant and the second represents the required quantity for each category.
3. Be sure that the user does not input string value in the second list in the
previous instruction by using the appropriate exception.
4. Write to farm.txt file the following data:
Please enter the number of tree for category2: 5
Please enter the number of tree for category3: 3
Your information is:
Selected categories of trees:
The previous first list.
banana
The area for each category multiplied by the quantity determined by the user.
apple
Finally, the total area that should calculate it.
mango
Area of each selected category:
Note: Add 20% extra area to the total area.
Treel -> 40.0
5. Print the content that exists in the farm.txt file.
Tree2 --> 50.0
Tree3 --> 75.0
The agricultural land area- 198.0 KM2.
**Thank You for choosing The Dream Farm
Transcribed Image Text:Write a Python program for The Dream farm with the following instructions: Sample: How many categories of trees do you want to plant? 3 1. Define the following dictionary; which contains the categories that can be grown in the farm and the area of land for each one. Please enter categoryl: banana Please enter category2: apple trees = ("apple": 10, "orange": 15, "banana": 20, "mango": 25) Please enter category3: mango Please enter the number of tree for category1: 2 2. Let the user inputs two lists, the first one represents the categories he wants to plant and the second represents the required quantity for each category. 3. Be sure that the user does not input string value in the second list in the previous instruction by using the appropriate exception. 4. Write to farm.txt file the following data: Please enter the number of tree for category2: 5 Please enter the number of tree for category3: 3 Your information is: Selected categories of trees: The previous first list. banana The area for each category multiplied by the quantity determined by the user. apple Finally, the total area that should calculate it. mango Area of each selected category: Note: Add 20% extra area to the total area. Treel -> 40.0 5. Print the content that exists in the farm.txt file. Tree2 --> 50.0 Tree3 --> 75.0 The agricultural land area- 198.0 KM2. **Thank You for choosing The Dream Farm
Expert Solution
steps

Step by step

Solved in 3 steps with 1 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