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