Commit d6e13b57 by BellCodeEditor

save project

parent 7e5b4d27
Showing with 3 additions and 0 deletions
......@@ -21,7 +21,10 @@
# pen.forward(2*len)
# turtle.done()
import turtle
screen=turtle.Screen()
screen.bgcolor("red")
pen1=turtle.pen()
goto(100,-100)
pen1.pensize(5)
pen1.pencolor("red")
pen1.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