Question: python please!! thanks hw3 part4.py (Worth 12 points) Finally, create a program that will output a counting box (WARNING: This part of the homework is

 python please!! thanks hw3 part4.py (Worth 12 points) Finally, create aprogram that will output a "counting" box (WARNING: This part of the

python please!! thanks

hw3 part4.py (Worth 12 points) Finally, create a program that will output a "counting" box (WARNING: This part of the homework is the most challenging, so budget plenty of time and brain power And read the instructions carefully!) The program should prompt the user for these inputs, in exactly this order: 1. The width of the box 2. The height of the box For these inputs, you can assume the following: The height and width will be integers greater than zero Using this width and height, the program will print out a box where there are width numbers on each line and height rows. The numbers must count up starting from 1, and should continue counting up (do not restart the numbering) HINT You can keep the print function from printing on a new line by using putting end at the end: print Hello end If you do want to print a new line, you can call print without an argument: print (See the next page for sample output.)

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 Databases Questions!