Python program with Turtle Graphics (Making a Star)

Python program with Turtle Graphics (Making a Star)

Last week I created a python program which uses turtle graphics to create a spiral star. Even though the program is small it is difficult to find the right and for the pointer to turn because the lines may overlap.

 

Here is the program:

 

 

 

The output is this:

To view or add a comment, sign in

More articles by Aaryan Redkar

  • Operators Used in Python 3

    Hello fellow programmers! How are you guys doing? I am doing pretty well because I learned what operators are in python…

  • Pong Using Python 3

    Last week I created a classic atari game called Pong. The program uses multiple functions and modules.

  • Chat bot With Python 3

    2 weeks ago I attended a hackathon and created a chat bot which helps you control your feelings such as depression and…

    3 Comments
  • Number Game (Python 3)

    Last week I created a small number guessing game with python which makes you guess a number from 1 to 100 and you try…

  • Creating a Bar Graph Using Python and Turtle Graphics

    2 weeks ago I was working on a bar graph program. This program uses turtle graphics to create a bar graph.

  • Banner Program for Python 3

    Last week I was working on a banner program. This program prints Hello world in large letter in the terminal.

    1 Comment
  • Python 3 Currency Converter

    Last month I created a currency converter on python 3. Currency converters can be very challenging because you have to…

Insights from the community

Others also viewed

Explore topics