CHALLENGE ACTIVITY
4.8.1: Nested loops: Print rectangle
Given the number of rows and the number of columns, write nested loops to print a rectangle:
Sample output with inputs: 2 3
7247772.2006038,0,32047
num_rows num_cols
int(input()) int(input())
passer
Your solution goes here
The passer
print(print())
Run
View Your rect
end-