STEP 01
Download & Install Python from Python.org
STEP 02
Run given command in terminal to install Python module sketchpy.
TERMINAL
pip install sketchpy
STEP 03
Create a Python file with the extension .py and copy the given source code and paste it on there to make the program
PYTHON
from sketchpy import library as lib
obj = lib.rdj()
obj.draw()
STEP 04
Run the program and done.
Provided by Huzaifa Asim - see all
0 Comments