Getting Started
Starter Template and an Example Program for pyDraw
Now that we have pydraw installed, we can write a base program:
Note that you could also replace line 7 with this to support animation:
Example Program
We can go ahead and add some shapes:
And the following output will be produced:
Last updated