You are viewing a single comment's thread. Return to all comments →
h, w = map(int, input().split()) for i in range(1,h,2): print((".|."*i).center(w,"-")) print("WELCOME".center(w,"-")) for i in range(h-2,0,-2): print((".|."*i).center(w,"-"))
Seems like cookies are disabled on this browser, please enable them to open this website
Designer Door Mat
You are viewing a single comment's thread. Return to all comments →