google.com, pub-4617457846989927, DIRECT, f08c47fec0942fa0 Learn to enjoy every minute of your life.Only I can change my life.: A python program to draw star using Turtle Programming

Monday, December 16, 2019

A python program to draw star using Turtle Programming

Write a python program to draw star using Turtle Programming :


Answer:

import turtle 
 
star = turtle.Turtle()
 
for i in range(50):
    star.forward(50)
    star.right(144)
     
turtle.done()

No comments:

Post a Comment

How to save money ?

 Saving money is an essential habit that can help you achieve financial stability and security. Here are some effective ways to save money: ...