Answer to Question #221423 in Python for Hari nadh babu

Question #221423

Hollow Rectangle - 2


This Program name is Hollow Rectangle - 2. Write a Python program to Hollow Rectangle - 2


The below link contains Hollow Rectangle - 2 question, explanation and test cases


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


We need exact output when the code was run

1
Expert's answer
2021-08-03T15:10:07-0400
M = int(input())
N = int(input())
print("+"+N*"-"+"+")
for _ in range(M):
    print("|"+N*" "+"|")
print("+"+N*"-"+"+")





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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS