Commit 89485cbf by BellCodeEditor

save project

parent a09615aa
Showing with 5 additions and 0 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
turtle.pu()
turtle.goto(-100,-100)
turtle.pd()
turtle.pensize(5) turtle.pensize(5)
turtle.pencolor("red") turtle.pencolor("red")
turtle.left(45) turtle.left(45)
......
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