import turtle
a=turtle.Turtle()
a.getscreen().bgcolor("black")
a.penup()
a.goto(-200, 100)
a.pendown()
a.color("yellow")
a.speed(25)
def star(turtle, size):
if size<=10:
return
else:
turtle.begin_fill()
for i in range (5):
turtle.pensize(2)
turtle.forward(size)
star(turtle, size/3)
turtle.left(216)
turtle.end_fill()
star(a, 360)
turtle.done()
a=turtle.Turtle()
a.getscreen().bgcolor("black")
a.penup()
a.goto(-200, 100)
a.pendown()
a.color("yellow")
a.speed(25)
def star(turtle, size):
if size<=10:
return
else:
turtle.begin_fill()
for i in range (5):
turtle.pensize(2)
turtle.forward(size)
star(turtle, size/3)
turtle.left(216)
turtle.end_fill()
star(a, 360)
turtle.done()
Python Course Link 👇👇
.
.
https://copyassignment.com/how-to-get-your-free-python-certification-course-in-2022/
.
.
.
https://copyassignment.com/how-to-get-your-free-python-certification-course-in-2022/
.
Top Website to Learn Python 😍
👇👇
.
https://copyassignment.com/top-10-websites-to-learn-python-in-2022/
.
👇👇
.
https://copyassignment.com/top-10-websites-to-learn-python-in-2022/
.
PythonHub
https://github.com/tuxar-uk/Spectral-Harmonographs/blob/master/harmonograph.py
Run this code and send output
Best YouTube channels 👇👇
.
.
https://copyassignment.com/top-10-youtube-channels-to-learn-python-in-2022/
.
.
.
https://copyassignment.com/top-10-youtube-channels-to-learn-python-in-2022/
.
Apply for Microsoft👉👉 https://copyassignment.com/how-to-get-a-job-in-microsoft-using-python/