Commit c2e05dbd by BellCodeEditor

save project

parent 8ff7041a
Showing with 147 additions and 0 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("light pink")
pen=turtle.Pen() pen=turtle.Pen()
pen.fillcolor("red") pen.fillcolor("red")
pen.write("sb\nsb\nsb\n",font=("Times",30,"normal")) pen.write("sb\nsb\nsb\n",font=("Times",30,"normal"))
pen.penup()
pen.goto(-100,0)
pen.left(45)
pen.pendown()
pen.left(45) pen.left(45)
pen.begin_fill() pen.begin_fill()
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