Horje
Designer Door Mat Code Example
Designer Door Mat
N, M = map(int,input().split())
for i in range(1,N,2): 
    print((i * ".|.").center(M, "-"))
print("WELCOME".center(M,"-"))
for i in range(N-2,-1,-2): 
    print((i * ".|.").center(M, "-"))
    




Whatever

Related
Tim Berners-Lee what does he do now  Code Example Tim Berners-Lee what does he do now Code Example
findonebyid Code Example findonebyid Code Example
clear output of a cell in jupyter vscode Code Example clear output of a cell in jupyter vscode Code Example
return in vbscript function Code Example return in vbscript function Code Example
csk Code Example csk Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7