Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using Pythons ElementTree XML API, write a Python program to perform the following tasks below. Note that your programs execution syntax must be as follows:

Using Pythons ElementTree XML API, write a Python program to perform the following tasks below.

Note that your programs execution syntax must be as follows:

python xmlparse.py plant_catalog.xml plantName percentChange

1. Using ElementTree, read in this assignments XML file plant_catalog.xml specified by a command line parameter as shown above.

2. Find the plant by the name passed in as an argument on the command line (plantName above).

3. Once found, read the current price and adjust it by the command line argument percentChange. Note that this value could be anything in the range of -90 < percentChange < 100.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions