Printing patterns - Tom Kleen

Create a new Python program and name it Rectangle. ... The program should print a rectangle of stars that is the given height and width. For example, if the input is 4 for the height and 6 for the width, your program should print this: * * * * * * * * * * * * * * * * * * * * * * * * ... Make a table. Write the row number in the first column. In ... ................
................