Question: In Python zyBooks My ibrary > ITOS 1 140 home 7.16: Lab 7, Part 2 Z)Books catalog ? Hela/FAQ Laura Holmes 7.16 Lab 7, Part
In Python
zyBooks My ibrary > ITOS 1 140 home 7.16: Lab 7, Part 2 Z)Books catalog ? Hela/FAQ Laura Holmes 7.16 Lab 7, Part 2 Case You have been tased to create program that drows box Your program needs to sk the user for tne d mensions of the box or length and width. The program wil then print out your bax. Since the cimensions of the box will vary each time you runthe program, here Is a sample output when the user entered 5 for the box width and 10 for the box length. Part 2 Instructions In Zybooks, write the code that creates the box. Since the inputs will vary, you will need to use a loop to create the box. To start, remove the two print stotements that tested your inputs. To create a little space between your input storements and the box, add an empty print (or print)) statement undemeath your input statements. This will produce the following when 5 is entered for the width and 10 for the length Enter the wdin of your box: 10 Enter the length of yourbo: 5 Some Help: To get a border that varies with the width input you could write: borderwidth print [border If the user enters 10 for the width, the ollowing wil princ: Additionally dont forge. you can use sting concatenation to fill in the middle of the box. For nstance borda print border) This wil print
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
