In Python, you can draw some basic graphics. In Python, the graphics engine is called Turtle. You can use it ti draw some very basic 2D and 3D drawings. You can draw using some basic commands. First, you import the Turtle library to initiate it, if you will. Then, you can start drawing. you can use some basic commands to draw a few objects. You can use the command to set the angle, and then make the pencil move forward. That's basically the jist of it.
No comments:
Post a Comment