tcb = "+ - - - - + - - - - +" center = "| | |" for t in range(2): print(tcb) for t in range(4): print(center) print(tcb)