*When copying the following code over to Python, be sure to align the print_beam and print_post statements the same way as the photo above so the code will work properly. Replace dashes with spaces*
def print_beam():
print(β+ β β β β + β β β β +β)
def print_post():
print(β| | |β)
def print_grid():
print_beam()
print_post()
print_post()
print_post()
print_post()
print_beam()
print_post()
print_post()
print_post()
print_post()
print_beam()
print_grid()
def print_beam():
βββThis function prints a beamβββ
print (β+ β β β -β)
def print_post():
βββThis function prints a postβββ
print (β| β)
print_beam()