Printing patterns - Tom Kleen

Nested Loops. Printing patterns. Create a new Python program and name it Rectangle. Pattern #1: Creating a Rectangle. Get two values from the user: the height and width of the rectangle. The program should print a rectangle of stars that is the given height and width. ................
................