- turtle_module.py
- square.py
- square_design1.py
- square_design2.py
- triangle.py
- star.py
- star_design.py
Processing is a programming environment and a graphics library that makes it easy to visualize your code.
Each Processing program you create is called a sketch. Each sketch will contain two of Processing’s builtin functions: setup() and draw(). The code we put in the setup() function will be run once, when you click the play button. Whatever we put in draw() will be repeated as an infinite loop until you click the stop button.
https://processing.org/reference/
File extension: *.pyde