Commit f616a38d by BellCodeEditor

save project

parent b20c8e27
Showing with 2 additions and 1 deletions
import turtle
import turtle
......@@ -2,6 +2,7 @@ import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.pensize(5)
pen.pencolor("red")
pen.fillcolor("red")
pen.begin_fill()
......
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