Question: Python please Write a program which prompts the user to enter two integers and prints a hollow rectangle. Note: you can assume that the two
Python please
Write a program which prompts the user to enter two integers and prints a hollow rectangle. Note: you can assume that the two integers are greater than 2. For example: Input Result 5 5 Enter number of rows: 5 Enter number of columns: 5 ***** * * * * * * ***** 7 Enter number of rows: 7 Enter number of columns: 3 3 *** * * * * * * * * **
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
