Lab 04B - Loops
Assignments
In this assignment you'll use loops to draw a pyramid.
Restrictions:
-
The pyramid should be centered in the window.
-
Your drawing code must use loops.
-
Your drawing code should use variables instead of "magic numbers" as much as possible.
Submission
To submit your assignment, follow the instructions for code submission.