Commit c430a2ba by BellCodeEditor

save project

parent b43aa5d0
Showing with 11 additions and 6 deletions
import turtle
import turtle
import turtle
# Pen=turtle.Pen()
# Pen.write("BLACKPINK\n FOR\n BLINK!",font=("Times",50,"normal"))
# turtle.done()
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(-100,-300)
pen.write("BLACKPINK\n FOR\n BLINK!",font=("Times",30,"normal"))
Pen1=turtle.Pen()
Pen1.pensize(10)
Pen1.pencolor("purple")
Pen1.pensize(30)
Pen1.pencolor("pink")
Pen1.left(45)
Pen1.forward(100)
Pen1.circle(50,180)
......
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