You are viewing a single comment's thread. Return to all comments →
N, M =list(map(int, input().split())) a=".|." for i in range(N//2): print((a*(2*i+1)).center(M, "-")) print("WELCOME".center(M, "-")) for i in reversed(range(N//2)): print((a*(2*i+1)).center(M, "-"))
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 →