Cs50 problems week1

this is my code and gaven the required result to me but still cs50checker give me this error what I can do
:frowning: handles a height of 1 correctly
expected “”# #"", not “”#""
:frowning: handles a height of 2 correctly
expected “” # #"\n"## …", not “” #"\n"##""
:frowning: handles a height of 8 correctly
expected “” # #"…", not “” #"\n" …"
:frowning: rejects a height of 9, and then accepts a height of 2
expected “” # #"\n"## …", not “” #"\n"##""

Hi and welcome to the forum.

Can you please copy paste in your exact code instead of using a screenshot so that I can help?