lab 4

This is lab 4. It basically comes at as a square. i just printed a couples of rows and beams and posts.

screenshot:

sources:

def print_beam() :
#this function prints a beam”””
print ‘+ – – – – + – – – – +’
def print_post() :
#this function prints a post”””
print ‘ |         |          |’

print_beam()
print_post()

print_beam()
print_post()
print_post()
print_post()

print_beam()
print_post()
print_post()
print_post()
print_post()

print_grid()
print_row()
print_row()
print_beam()