Commit 2935c6f8 by BellCodeEditor

save project

parent d718ebab
Showing with 6 additions and 0 deletions
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light blue")
p.pencolor("red") p.pencolor("red")
p.pensize(10) p.pensize(10)
p.left(45) p.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