December 14, 2022 |26.6K Views

Python program to draw star using turtle graphics

  Share  3 Likes
Description
Discussion

In this video, we will learn how to Draw Star Using Turtle Graphics in Python. 

Turtle is a Python feature like a drawing board, which let us command a turtle to draw all over it! We can use many turtle functions which can move the turtle around. 

Python program to draw star using turtle graphics:
https://www.geeksforgeeks.org/python-draw-star-using-turtle-graphics/