Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3. Weight Control (use a condition-controlled while loop) A waste bin can take up to 100kg of waste, otherwise it will break. A person may

image text in transcribed
3. Weight Control (use a condition-controlled while loop) A waste bin can take up to 100kg of waste, otherwise it will break. A person may add more waste to the container until it reaches its limit. Then the container will close automatically. Write Python code (WeightControl.py) for the following algorithm: - Set the total weight of the bin to zero. - Get the weight of waste to be added to the bin. - Repeat the following steps as long as waste may be added (total weight + new weight is below 100): - Add the waste to the bin and update its total weight. - Get the weight of waste to be added to the bin. - After the loop finishes, display how much waste (in kg ) is in the bin. Test your program and save the file from the IDLE Shell window as TestControl.txt. Submit WeightControl.py and TestControl.txt . allenge for problem 3: The program prints a note if the ste did not fit in the bin any more

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

The Database Relational Model A Retrospective Review And Analysis

Authors: C. J. Date

1st Edition

0201612941, 978-0201612943

More Books

Students also viewed these Databases questions