Commit c4021f32 by BellCodeEditor

save project

parent b2e36432
Showing with 3 additions and 1 deletions
import turtle import turtle
screen=turtle.Screen()
pen=turtle.Pen() pen=turtle.Pen()
screen.bgcolor("lightpink")
pen.shape("turtle") pen.shape("turtle")
pen.color("orange") pen.color("orange")
pen.pensize(10) pen.pensize(10)
...@@ -11,7 +13,7 @@ pen.color("red") ...@@ -11,7 +13,7 @@ pen.color("red")
pen.penup() pen.penup()
pen.goto(40,-50) pen.goto(40,-50)
pen.pendown() pen.pendown()
pen.fillcolor("pink") pen.fillcolor("PaleVioletRed1")
pen.begin_fill() pen.begin_fill()
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(100)
......
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