Commit 0aceabc9 by BellCodeEditor

save project

parent 10ee9d56
Showing with 3 additions and 1 deletions
import turtle import turtle
pen1 = turtle.Pen() screen = turtle.Screen()
screen = bgcolor("black")
pen = turtle.Pen()
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen.left(45)
pen.forward(200) pen.forward(200)
......
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