Commit 41381193 by BellCodeEditor

save project

parent e120a753
Showing with 18 additions and 3 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
Pen=turtle.Pen()
Pen.write("和和,和和和和和和和,和哈哈哈哈哈哈和和和和和和好和",font=("Times",30,"normal"))
turtle.done()
\ No newline at end of file
Pen.penup()
Pen.goto(100,-200)
Pen.write("和和,\n和和和和和和和,\n和哈哈哈哈哈哈和和和和和和好和",font=("Times",30,"normal"))
Pen1=turtle.Pen()
Pen1.pensize(5)
Pen1.pencolor("red")
len=60
Pen1.left(45)
Pen1.forward(2*len)
Pen1.circle(len,180)
Pen1.right(90)
Pen1.circle(len,180)
Pen1.forward(2*len)
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