oldoc63 / learningDS

Learning DS with Codecademy and Books
0 stars 0 forks source link

Drawing polygons with the turtle module #432

Open oldoc63 opened 1 year ago

oldoc63 commented 1 year ago

We learned how to use Python's turtle module and its built-in functions like forward() and right() to draw different shapes.

oldoc63 commented 1 year ago

Drawing a star with colors.