Commit e991a3a9 by BellCodeEditor

save project

parent 95c172f9
Showing with 4 additions and 0 deletions
......@@ -22,5 +22,8 @@ pen1.left(90)
pen1.forward(40)
pen1.right(90)
pen1.forward(27)
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen1.hideturtle()
turtle.done()
\ No newline at end of file
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