Question: make a program in Python 3 using the for .. in cycle that ask the user for the width and length of a rectangle ,
make a program in Python 3 using the for .. in cycle that ask the user for the width and length of a rectangle , also ask how many squares the user wants to make , one above another use * characters example:

width = 6 length = 4 number of squares = 3
Anchura del rectngulo: 6 Altura del rectngulo: 4 Nmero de rectngulos en vertical: 3 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
