Commit 3df9b55c by BellCodeEditor

auto save

parent 9c4a7dac
Showing with 14 additions and 1 deletions
import time
import turtle import turtle
a=turtle.Pen() a=turtle.Pen()
a.shape("turtle")
a.shapesize(20)
a.pensize(11)
a.color("red")
for i in range(5): for i in range(5):
a.forward(500) a.forward(300)
a.right(144) a.right(144)
for i in range(100):
a.color("blue")
time.sleep(0.1)
a.color("green")
time.sleep(0.1)
a.color("orange")
turtle.done() turtle.done()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment