Question: Write a program (.py file) that will print a rectangular star patterin The program shall prompt the user to enter number of rows and number

Write a program (.py file) that will print a rectangular star patterin The program shall prompt the user to enter number of rows and number of columns that they want. For example, if user entered 5 rows and 3 columns, the program should produce the following output: Hint: use the end named parameter, as shown in this statement: print('hello', end-")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
