Question #220940

Solid Rectangle - 2

Write a Python program of Solid Rectangle - 2. It consists of two test cases


The below link contains Solid Rectangle - 2 - Question, explanation and test cases


https://drive.google.com/file/d/1V8bS9t2PaO1gOhz3QSWNJfnTkCZnncf3/view?usp=sharing


We need all test caese can be come while code was running

Expert's answer

rows, columns = int(input()), int(input())
[print('+ ' * columns) for _ in range(rows)]

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS