Question: In python : Add a try block that: Reads integer package _ width from input. Outputs Package's width ( in cm ) is followed

In python :
Add a try block that:
Reads integer package_width from input.
Outputs "Package's width (in cm) is " followed by the value of package_width.
Click here for example 1(valid input)
Ex: If the input is 41, then the output is:
Package's width (in cm) is 41
The provided code:
# Your code goes here
except:
print("Error: The pole's height entered is invalid")

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!