# Set the background color arcade.set_background_color(arcade.color.AMAZON)
# Set the viewport boundaries
# These numbers set where we have 'scrolled' to.
self.view_left = 0
self.view_bottom = 0
**print(f"Total wall blocks: {len(self.wall_list)}")**
def on_draw(self):
"""
Render the screen.
"""
Invalid Syntax keeps coming up when the code is run in it's entirety. I am usually quite good at fixing problems in Python code for my students but this is stumping me. We use Python 3.4.4