Commit f769abc7 by BellCodeEditor

save project

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