Commit 22b4a039 by BellCodeEditor

save project

parent b1332834
Showing with 25 additions and 11 deletions
import turtle import turtle
# pen=turtle.Pen() screen=turtle.Screen()
# pen.write("Halle,my name \n is Frank Jack,\n nice to me to you.",font=("times",50,"normal")) screen.bgcolor("blue")
# pen.hideturtle() pen=turtle.Pen()
# turtle.done() pen.penup()
pen.right(45)
pen.forward(150)
pen.write("Halle,my name \n is Frank Jack,\n nice to me to you.",font=("times",50,"normal"))
pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("red") pen1.pencolor("white")
pen1.pensize(10) pen1.pensize(10)
pen1.left(45) for i in range(3):
pen1.forward(100) pen1.forward(100)
pen1.circle(50,180) pen1.left(120)
pen1.right(90) pen1.penup()
pen1.circle(50,180) pen1.goto(0,55)
pen1.forward(100) pen1.pendown()
for i in range(3):
pen1.forward(100)
pen1.right(120)
# pen1.forward(100)
# pen1.left(135)
# pen1.forward(100)
# pen1.
# pen1.right(90)
# pen1.circle(50,180)
# pen1.forward(100)
turtle.done() turtle.done()
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